mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.Guards
|
|
|
|
from GuardedControlFlowNode gcfn, Expr sub, AbstractValue v
|
|
select gcfn, gcfn.getAGuard(sub, v), sub, v
|