2 instantiations of 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>();
4 references to PooledDictionaryBuilder
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
DictionaryExtensions.cs (2)
28this PooledDictionaryBuilder<TKey, TValue> dictionary, 63this PooledDictionaryBuilder<TKey, TValue> dictionary,
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGenerator.cs (2)
376using var filePathToDocument = new PooledDictionaryBuilder<string, (string, RazorCodeDocument)>(); 377using var hintNameToFilePath = new PooledDictionaryBuilder<string, string>();