2 references to GetPooledHashSet
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.NormalSearch.cs (2)
123using var _ = GetPooledHashSet(priorityDocuments.Select(d => d.Project), out var highPriProjects); 138using var _1 = GetPooledHashSet(priorityDocuments.Where(d => project == d.Project), out var highPriDocs);