mirror of
https://github.com/github/codeql.git
synced 2026-02-27 04:13:51 +01:00
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
import csharp
|
|
|
|
from Modifiable m
|
|
where m.fromSource()
|
|
and m.isPrivate()
|
|
and m.isProtected()
|
|
select m
|