mirror of
https://github.com/github/codeql.git
synced 2026-06-19 11:51:08 +02:00
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
import csharp
|
|
|
|
from Callable f
|
|
where
|
|
f.returnsRef() and
|
|
f.fromSource()
|
|
select f
|