1 write to Root
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\FindReferenceCache.cs (1)
81
Root
= root;
5 references to Root
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\FindReferenceCache.cs (4)
160
stack.Push(this.
Root
);
201
var token = this.
Root
.FindToken(index, findInsideTrivia: true);
253
if (this.
Root
is not ICompilationUnitSyntax)
257
AppendConstructors(this.SyntaxFacts.GetMembersOfCompilationUnit(this.
Root
));
FindSymbols\FindReferences\FindReferencesDocumentState.cs (1)
25
public SyntaxNode Root => this.Cache.
Root
;