mirror of
https://github.com/github/codeql.git
synced 2026-04-11 10:04:02 +02:00
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
import csharp
|
|
|
|
from Call call, Expr arg, Parameter param
|
|
where
|
|
arg = call.getArgumentForParameter(param) and
|
|
call.getTarget().fromSource()
|
|
select call, arg, param
|