6 references to AnonymousDelegateWithIndexedNamePartialKey
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\SymbolMatcher.cs (3)
136
private ImmutableSegmentedDictionary<
AnonymousDelegateWithIndexedNamePartialKey
, ImmutableArray<AnonymousTypeValue>> MapAnonymousDelegatesWithIndexedNames(
137
IReadOnlyDictionary<
AnonymousDelegateWithIndexedNamePartialKey
, ImmutableArray<AnonymousTypeValue>> anonymousDelegates)
139
var builder = ImmutableSegmentedDictionary.CreateBuilder<
AnonymousDelegateWithIndexedNamePartialKey
, ImmutableArray<AnonymousTypeValue>>();
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
13
ImmutableSegmentedDictionary<
AnonymousDelegateWithIndexedNamePartialKey
, ImmutableArray<AnonymousTypeValue>>? anonymousDelegatesWithIndexedNames)
37
public ImmutableSegmentedDictionary<
AnonymousDelegateWithIndexedNamePartialKey
, ImmutableArray<AnonymousTypeValue>> AnonymousDelegatesWithIndexedNames { get; }
38
= anonymousDelegatesWithIndexedNames ?? ImmutableSegmentedDictionary<
AnonymousDelegateWithIndexedNamePartialKey
, ImmutableArray<AnonymousTypeValue>>.Empty;