mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
import csharp
|
|
|
|
from Method m, Parameter p
|
|
where p = m.getAParameter()
|
|
and m.fromSource()
|
|
select m, p
|