7 references to EmptyReadOnlyDictionary
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)
133
_capturedParameters = SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\EditAndContinue\SymbolMatcherTests.cs (2)
41
otherSynthesizedMembers: SpecializedCollections.
EmptyReadOnlyDictionary
<ISymbolInternal, ImmutableArray<ISymbolInternal>>(),
42
otherDeletedMembers: SpecializedCollections.
EmptyReadOnlyDictionary
<ISymbolInternal, ImmutableArray<ISymbolInternal>>());