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