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