mirror of
https://github.com/github/codeql.git
synced 2026-05-20 06:07:07 +02:00
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
import csharp
|
|
|
|
from Ssa::SourceVariable v, SsaDefinition def, SsaDefinition u
|
|
where
|
|
u = def.getAnUltimateDefinition() and
|
|
v = def.getSourceVariable()
|
|
select v, def, u
|