mirror of
https://github.com/github/codeql.git
synced 2026-03-21 23:16:53 +01:00
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
import csharp
|
|
|
|
from Expr e, Location loc
|
|
where e.getLocation() = loc
|
|
select loc.getStartLine(), loc.getStartColumn(),
|
|
e.getParent(), e, e.getType().toString()
|