mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
import csharp
|
|
import Common
|
|
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl
|
|
|
|
from SourceControlFlowElement cfe, ControlFlowElement first
|
|
where first(cfe, first)
|
|
select cfe, first
|