Files
codeql/csharp/ql/test/library-tests/controlflow/guards/GuardedExpr.ql
2018-08-02 17:53:23 +01:00

7 lines
158 B
Plaintext

import csharp
import semmle.code.csharp.controlflow.Guards
from GuardedExpr ge, Expr e, Access a, boolean b
where ge.isGuardedBy(e, a, b)
select ge, e, a, b