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