2 instantiations of 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>();
4 references to PooledDictionaryBuilder
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
DictionaryExtensions.cs (2)
28
this
PooledDictionaryBuilder
<TKey, TValue> dictionary,
63
this
PooledDictionaryBuilder
<TKey, TValue> dictionary,
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>();