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