mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.Guards
|
|
|
|
from NullnessGuardedExpr nge, Expr e, boolean isNull
|
|
where nge.isGuardedBy(e, isNull)
|
|
select nge, e, isNull
|