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