2 references to PooledDictionaryBuilder
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGenerator.cs (2)
376using var filePathToDocument = new PooledDictionaryBuilder<string, (string, RazorCodeDocument)>(); 377using var hintNameToFilePath = new PooledDictionaryBuilder<string, string>();