Files
codeql/csharp/ql/test/library-tests/properties/Properties19.ql

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