Files
codeql/csharp/ql/test/library-tests/exprorstmtparent/Property.ql
2018-08-02 17:53:23 +01:00

7 lines
162 B
Plaintext

import csharp
from Property p, Expr e, string s
where e = p.getExpressionBody() and s = "body"
or e = p.getInitializer() and s = "initializer"
select p, e, s