mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
import csharp
|
|
|
|
from Ssa::SourceVariable v, Ssa::Definition def, AssignableRead read
|
|
where read = def.getARead()
|
|
and v = def.getSourceVariable()
|
|
select v, def, read
|