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

6 lines
73 B
Plaintext

import csharp
from Class c
where c.isPartial()
select c, c.getAMethod()