Files
codeql/csharp/ql/test/library-tests/standalone/errorrecovery/Methods.ql
2018-12-20 10:19:59 +01:00

6 lines
102 B
Plaintext

import csharp
from Callable c
where c.fromSource()
select c, count(Call call | call.getTarget() = c)