3 references to Create
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraph.cs (3)
190
ControlFlowGraph controlFlowGraph = ControlFlowGraphBuilder.
Create
(operation);
263
ControlFlowGraph graph = ControlFlowGraphBuilder.
Create
(info.operation, this, info.enclosing, _captureIdDispenser);
310
ControlFlowGraph graph = ControlFlowGraphBuilder.
Create
(anonymous.Original, this, info.enclosing, _captureIdDispenser, in anonymous.Context);