Files
codeql/csharp/ql/test/library-tests/csharp7/RefFunctions.ql
2019-06-26 20:24:55 +01:00

8 lines
104 B
Plaintext

import csharp
from Callable f
where
f.getAnnotatedReturnType().isRef() and
f.fromSource()
select f