2 references to GetPooledStringHashSet
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentBindLoweringPass.cs (1)
310using var _ = SpecializedPools.GetPooledStringHashSet(out var duplicates);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
AutoInsert\AutoInsertService.cs (1)
28using var _ = SpecializedPools.GetPooledStringHashSet(out var set);