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