mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01: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
|