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