Files
codeql/csharp/ql/test/library-tests/dataflow/ssa/SsaExplicitDef.ql
2026-04-30 12:52:51 +02:00

6 lines
133 B
Plaintext

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