mirror of
https://github.com/github/codeql.git
synced 2026-02-25 03:13:43 +01:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
import csharp
|
|
|
|
from
|
|
AssignableDefinition def,
|
|
AssignableRead read,
|
|
Ssa::Definition ssaDef
|
|
where ssaDef.getAnUltimateDefinition().(Ssa::ExplicitDefinition).getADefinition() = def
|
|
and read = ssaDef.getARead()
|
|
select def, read
|