mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
import csharp
|
|
|
|
from IndexerCall ic, Indexer i, Accessor target
|
|
where
|
|
ic.getIndexer() = i and
|
|
ic.getTarget() = target and
|
|
i.fromSource()
|
|
select i, ic, target
|