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

6 lines
129 B
Plaintext

import csharp
from DelegateCall dc, Callable c, CallContext::CallContext cc
where c = dc.getARuntimeTarget(cc)
select dc, c, cc