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

Member predicate Ssa :: Definition :: getControlFlowNode

Gets the control flow node of this SSA definition, if any. Phi nodes are examples of SSA definitions without a control flow node, as they are modeled at index -1 in the relevant basic block.

Node getControlFlowNode ( )