1 instantiation of RootSymbolTreeItemCollectionSource
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (1)
243var source = new RootSymbolTreeItemCollectionSource(this, item);
4 references to RootSymbolTreeItemCollectionSource
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (4)
49private readonly Dictionary<string, List<RootSymbolTreeItemCollectionSource>> _filePathToCollectionSources = new( 142foreach (var source in pathSources) 155using var _ = Microsoft.CodeAnalysis.PooledObjects.ArrayBuilder<RootSymbolTreeItemCollectionSource>.GetInstance(out var sources); 243var source = new RootSymbolTreeItemCollectionSource(this, item);