Predicate Cached::enclosingStmt
Holds if the enclosing statement of expression e
is s
.
Import path
import semmle.code.csharp.ExprOrStmtParent
predicate enclosingStmt(Expr e, Stmt s)
Holds if the enclosing statement of expression e
is s
.
import semmle.code.csharp.ExprOrStmtParent
predicate enclosingStmt(Expr e, Stmt s)