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