mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.ControlFlowElement
|
|
import Common
|
|
|
|
from Callable c, SourceControlFlowElement cfn
|
|
where c.getEntryPoint().getASuccessor().getElement() = cfn
|
|
select c, cfn
|