mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
import csharp
|
|
|
|
from Ssa::SourceVariable v, Ssa::PhiNode phi, Ssa::Definition input
|
|
where
|
|
phi.getAnInput() = input and
|
|
v = phi.getSourceVariable()
|
|
select v, phi, input
|