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

Member predicate ControlFlowReachabilityConfiguration::hasExprPath

Holds if there is a control-flow path from cfn1 to cfn2, where cfn1 is a control-flow node for e1 and cfn2 is a control-flow node for e2.

predicate hasExprPath(Expr e1, Node cfn1, Expr e2, Node cfn2)