mirror of
https://github.com/github/codeql.git
synced 2026-02-28 12:53:49 +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()
|