1 write to Root
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraph.cs (1)
65
Root
= root;
5 references to Root
Microsoft.CodeAnalysis.Test.Utilities (5)
Compilation\ControlFlowGraphVerifier.cs (5)
114
ControlFlowRegion currentRegion = graph.
Root
;
143
Assert.Same(graph.
Root
, currentRegion);
161
Assert.Same(graph.
Root
, currentRegion);
1023
ControlFlowRegion region = graph.
Root
.EnclosingRegion;
1351
visit(graph.
Root
);