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

8 lines
105 B
Plaintext

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