2 references to GetPooledSymbolDictionaryInstance
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.Variables.cs (1)
128
private readonly PooledDictionary<Symbol, TypeWithAnnotations> _variableTypes = SpecializedSymbolCollections.
GetPooledSymbolDictionaryInstance
<Symbol, TypeWithAnnotations>();
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
296
var interfaceLocations = SpecializedSymbolCollections.
GetPooledSymbolDictionaryInstance
<NamedTypeSymbol, SourceLocation>();