1 instantiation of RootSymbolTreeItemCollectionSource
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (1)
171var source = new RootSymbolTreeItemCollectionSource(this, item);
3 references to RootSymbolTreeItemCollectionSource
Microsoft.VisualStudio.LanguageServices.Implementation (3)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (3)
48private readonly Dictionary<string, List<RootSymbolTreeItemCollectionSource>> _filePathToCollectionSources = new( 115using var _ = Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder<RootSymbolTreeItemCollectionSource>.GetInstance(out var sources); 171var source = new RootSymbolTreeItemCollectionSource(this, item);