7 references to Create
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1555
return _lazyControlFlowGraphMap.GetOrAdd(operation, op => ControlFlowGraphBuilder.
Create
(op));
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);
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\CompilationExtensions.cs (3)
373
ControlFlowGraphVerifier.GetFlowGraph(compilation, ControlFlowGraphBuilder.
Create
(blockOperation), associatedSymbol);
382
ControlFlowGraphVerifier.GetFlowGraph(compilation, ControlFlowGraphBuilder.
Create
(root), associatedSymbol);
389
ControlFlowGraphVerifier.GetFlowGraph(compilation, ControlFlowGraphBuilder.
Create
(root), associatedSymbol);