mirror of
https://github.com/github/codeql.git
synced 2026-07-23 12:12:05 +02:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
import csharp
|
|
|
|
from PropertyCall pc, Property p, Accessor target
|
|
where
|
|
pc.getProperty() = p and
|
|
pc.getTarget() = target and
|
|
p.fromSource()
|
|
select p, pc, target
|