2 instantiations of SymbolTreeChildCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (1)
31private readonly SymbolTreeChildCollection _childCollection = new(
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (1)
48_childCollection = new(rootProvider, this, hasItemsDefault: ItemKey.HasItems);
2 references to SymbolTreeChildCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (1)
31private readonly SymbolTreeChildCollection _childCollection = new(
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (1)
35private readonly SymbolTreeChildCollection _childCollection;