Predicate Internal :: Cached :: isGuardedByExpr
Import path
import semmle.code.csharp.controlflow.Guards
predicate
isGuardedByExpr
(
AccessOrCallExpr
guarded
,
Guard
g
,
AccessOrCallExpr
sub
,
AbstractValue
v
)