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