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