mirror of
https://github.com/github/codeql.git
synced 2026-05-20 22:27:18 +02:00
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.Guards
|
|
|
|
from GuardedControlFlowNode gcfn, Expr sub, GuardValue v
|
|
select gcfn, gcfn.getAGuard(sub, v), sub, v
|