mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +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
|