3 references to PooledDictionaryBuilder
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGenerator.cs (2)
352
using var filePathToDocument = new
PooledDictionaryBuilder
<string, (string, RazorCodeDocument)>();
353
using var hintNameToFilePath = new
PooledDictionaryBuilder
<string, string>();
Microsoft.VisualStudio.LanguageServices.Razor (1)
Snippets\XmlSnippetParser.ExpansionTemplate.cs (1)
87
using var fieldNameToSnippetIndex = new
PooledDictionaryBuilder
<string, int>();