6 references to SpecializedSymbolCollections
Microsoft.CodeAnalysis.CSharp (6)
Binder\SwitchExpressionBinder.cs (1)
136var seenTypes = Symbols.SpecializedSymbolCollections.GetPooledSymbolHashSetInstance<TypeSymbol>();
FlowAnalysis\NullableWalker.Variables.cs (1)
128private readonly PooledDictionary<Symbol, TypeWithAnnotations> _variableTypes = SpecializedSymbolCollections.GetPooledSymbolDictionaryInstance<Symbol, TypeWithAnnotations>();
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
295var interfaceLocations = SpecializedSymbolCollections.GetPooledSymbolDictionaryInstance<NamedTypeSymbol, SourceLocation>();
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (3)
254var uniqueUsings = SpecializedSymbolCollections.GetPooledSymbolHashSetInstance<NamespaceOrTypeSymbol>(); 819uniqueUsings = SpecializedSymbolCollections.GetPooledSymbolHashSetInstance<NamespaceOrTypeSymbol>(); 830uniqueUsings = SpecializedSymbolCollections.GetPooledSymbolHashSetInstance<NamespaceOrTypeSymbol>();