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

6 lines
100 B
Plaintext

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