mirror of
https://github.com/github/codeql.git
synced 2026-07-23 12:12:05 +02:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
import csharp
|
|
|
|
from Ssa::SourceVariable v, SsaPhiDefinition phi, SsaDefinition input
|
|
where
|
|
phi.getAnInput() = input and
|
|
v = phi.getSourceVariable()
|
|
select v, phi, input
|