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