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

Predicate jumpStep

Holds if pred can flow to succ, by jumping from one callable to another. Additional steps specified by the configuration are not taken into account.

Import path

import semmle.code.csharp.dataflow.internal.DataFlowPrivate
predicate jumpStep(Node pred, Node succ)