2 instantiations of SymbolTreeChildCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (1)
31
private 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)
31
private readonly
SymbolTreeChildCollection
_childCollection = new(
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (1)
35
private readonly
SymbolTreeChildCollection
_childCollection;