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