CodeQL library for C#
codeql/csharp-all 3.1.1-dev (changelog, source)
Search

Predicate signature InputSig::jumpStep

Holds if data can flow from node1 to node2 through a non-local step that does not follow a call edge. For example, a step through a global variable.

signature predicate jumpStep(Node node1, Node node2)