1 write to ParentIndex
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
64
ParentIndex
= parentIndex;
7 references to ParentIndex
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (2)
382
if (_nodes[node.
ParentIndex
].IsRoot)
390
Bind(node.
ParentIndex
, rootContainer, ref containerSymbols.AsRef(), cancellationToken);
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (4)
67
public bool IsRoot =>
ParentIndex
== RootNodeParentIndex;
72
Debug.Assert(node.
ParentIndex
== this.
ParentIndex
);
76
=> Name + ", " +
ParentIndex
;
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
119
writer.WriteInt32(item.
ParentIndex
);