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