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

Predicate Make::Logic::ssaControls

Holds if def evaluating to v controls the basic block bb. That is, execution of bb implies that def evaluated to v.

Import path

import codeql.controlflow.Guards
predicate ssaControls(SsaDefinition def, BasicBlock bb, GuardValue v)