mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
7 lines
158 B
Plaintext
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
|