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