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

7 lines
82 B
Plaintext

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