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