6 references to SpecializedSymbolCollections
Microsoft.CodeAnalysis.CSharp (6)
Binder\SwitchExpressionBinder.cs (1)
141
var seenTypes = Symbols.
SpecializedSymbolCollections
.GetPooledSymbolHashSetInstance<TypeSymbol>();
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>();
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (3)
265
var uniqueUsings =
SpecializedSymbolCollections
.GetPooledSymbolHashSetInstance<NamespaceOrTypeSymbol>();
867
uniqueUsings =
SpecializedSymbolCollections
.GetPooledSymbolHashSetInstance<NamespaceOrTypeSymbol>();
878
uniqueUsings =
SpecializedSymbolCollections
.GetPooledSymbolHashSetInstance<NamespaceOrTypeSymbol>();