mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
import csharp
|
|
import semmle.code.csharp.ExprOrStmtParent
|
|
|
|
from MultiImplementationsParent p
|
|
select p.toString(), p.getALocation()
|