mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
import csharp
|
|
|
|
from MethodCall mc
|
|
select mc.getLocation().getStartLine(),
|
|
mc, mc.getTarget().getParameter(0).getType().toString()
|