Files
codeql/csharp/ql/test/library-tests/dataflow/ssa/SsaDef.ql
2026-04-30 12:45:25 +02:00

6 lines
109 B
Plaintext

import csharp
from Ssa::SourceVariable v, SsaDefinition def
where v = def.getSourceVariable()
select v, def