3 references to EmptyDictionary
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\EditorAnalyzerConfigOptions.cs (1)
24SpecializedCollections.EmptyDictionary<string, object>();
Microsoft.CodeAnalysis.Features (2)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
73SpecializedCollections.EmptyDictionary<INamedTypeSymbol, string>(),
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.cs (1)
56return SpecializedCollections.EmptyDictionary<SymbolDescriptionGroups, ImmutableArray<TaggedText>>();