Files
codeql/csharp/ql/test/library-tests/csharp7.2/PrivateProtected.ql
2018-12-20 10:19:59 +01:00

9 lines
107 B
Plaintext

import csharp
from Modifiable m
where
m.fromSource() and
m.isPrivate() and
m.isProtected()
select m