mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02: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
|