mirror of
https://github.com/github/codeql.git
synced 2026-02-28 04:43:42 +01:00
7 lines
162 B
Plaintext
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
|