5 references to RootNodeParentIndex
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (4)
27public static readonly BuilderNode RootNode = new("", RootNodeParentIndex, default); 40public bool IsRoot => ParentIndex == RootNodeParentIndex; 56/// Value will be <see cref="RootNodeParentIndex"/> if this is the 67public bool IsRoot => ParentIndex == RootNodeParentIndex;
FindSymbols\SymbolTree\SymbolTreeInfo_Source.cs (1)
133GenerateSourceNodes(globalNamespaceName, RootNodeParentIndex, symbolMap[globalNamespaceName], unsortedBuilderNodes);