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

8 lines
84 B
Plaintext

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