mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl
|
|
private import semmle.code.csharp.controlflow.internal.Completion
|
|
import Common
|
|
|
|
from SourceControlFlowElement cfe, ControlFlowElement last, Completion c
|
|
where last(cfe, last, c)
|
|
select cfe, last, c
|