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