3 references to EmptyDictionary
Microsoft.CodeAnalysis (1)
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
851localBoundReferenceDirectives = SpecializedCollections.EmptyDictionary<(string, string), MetadataReference>();
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\SymbolDisplayVisitor_Minimal.cs (1)
176return SpecializedCollections.EmptyDictionary<INamespaceOrTypeSymbol, IAliasSymbol>();
Symbols\Source\SourceAssemblySymbol.cs (1)
2850forwardedTypesFromSource = SpecializedCollections.EmptyDictionary<string, NamedTypeSymbol>();