mirror of
https://github.com/github/codeql.git
synced 2026-03-28 10:18:17 +01:00
7 lines
185 B
Plaintext
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
|