7 references to ParentIndex
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (2)
407
if (_nodes[node.
ParentIndex
].IsRoot)
415
Bind(node.
ParentIndex
, rootContainer, ref containerSymbols.AsRef(), cancellationToken);
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (4)
53
public bool IsRoot =>
ParentIndex
== RootNodeParentIndex;
58
Debug.Assert(node.
ParentIndex
== this.
ParentIndex
);
62
=> Name + ", " +
ParentIndex
;
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
115
writer.WriteInt32(item.
ParentIndex
);