4 references to GetFlowGraph
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\CompilationExtensions.cs (3)
369
ControlFlowGraphVerifier.
GetFlowGraph
(compilation, ControlFlowGraphBuilder.Create(blockOperation), associatedSymbol);
378
ControlFlowGraphVerifier.
GetFlowGraph
(compilation, ControlFlowGraphBuilder.Create(root), associatedSymbol);
385
ControlFlowGraphVerifier.
GetFlowGraph
(compilation, ControlFlowGraphBuilder.Create(root), associatedSymbol);
Compilation\ControlFlowGraphVerifier.cs (1)
84
var actualFlowGraph =
GetFlowGraph
(compilation, graph, associatedSymbol);