findUsages

fun Node.findUsages(depth: Int = 5): Collection<Node>(source)

To generate more interesting Findings we want to find key points where the forbidden operation influences other code. For this we traverse the DFG for a fixed amount of steps and search for all usages of declared values.