1 write to Root
Microsoft.CodeAnalysis.Test.Utilities (1)
MarkedSource\SourceWithMarkedNodes.cs (1)
45Root = parser(Source).GetRoot();
4 references to Root
Microsoft.CodeAnalysis.Test.Utilities (4)
MarkedSource\SourceWithMarkedNodes.cs (4)
50public SyntaxTree Tree => Root.SyntaxTree; 109keySelector: marker => GetNode(Root, marker), 115elementSelector: marker => GetNode(Root, marker)); 118=> GetNode(Root, MarkedSpans.Single(s => s.TagName == tag && s.Id == id));