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