8 references to EmptyReadOnlyDictionary
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolChanges.cs (1)
502
deletedMembers = lazyDeletedMembersBuilder ?? SpecializedCollections.
EmptyReadOnlyDictionary
<ISymbol, ISet<ISymbol>>();
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.CapturedParametersFinder.cs (2)
38
return SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();
73
return SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
95
_capturedParameters = SpecializedCollections.
EmptyReadOnlyDictionary
<ParameterSymbol, FieldSymbol>();
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (4)
120
Dim anonymousDelegates = SpecializedCollections.
EmptyReadOnlyDictionary
(Of SynthesizedDelegateKey, SynthesizedDelegateValue)
121
Dim anonymousDelegatesWithIndexedNames = SpecializedCollections.
EmptyReadOnlyDictionary
(Of String, AnonymousTypeValue)
242
Return SpecializedCollections.
EmptyReadOnlyDictionary
(Of SynthesizedDelegateKey, SynthesizedDelegateValue)
247
Return SpecializedCollections.
EmptyReadOnlyDictionary
(Of String, AnonymousTypeValue)