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

7 lines
185 B
Plaintext

import csharp
import semmle.code.csharp.controlflow.ControlFlowElement
from Callable c, ControlFlowElement cfn
where c.getEntryPoint().getASuccessor().getElement() = cfn
select c, cfn