mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.Guards
|
|
|
|
from Guard guard, Expr e1, Expr e2, boolean eqval
|
|
where guard.isEquality(e1, e2, eqval)
|
|
select guard, eqval, e1, e2
|