6 references to EmptyReadOnlyDictionary
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
149
return _encDeletedMemberDefinitions ?? SpecializedCollections.
EmptyReadOnlyDictionary
<Cci.ITypeDefinition, ArrayBuilder<Cci.ITypeDefinitionMember>>();
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.CapturedParametersFinder.cs (2)
38
return SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();
73
return SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
51
otherSynthesizedMembers: SpecializedCollections.
EmptyReadOnlyDictionary
<ISymbolInternal, ImmutableArray<ISymbolInternal>>(),
52
otherDeletedMembers: SpecializedCollections.
EmptyReadOnlyDictionary
<ISymbolInternal, ImmutableArray<ISymbolInternal>>(),
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
137
_capturedParameters = SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();