1 instantiation of SynthesizedDelegateValue
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
130
builder.Add(key, new
SynthesizedDelegateValue
(delegateTypeDef));
6 references to SynthesizedDelegateValue
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\SymbolMatcher.cs (3)
122
private ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
> MapAnonymousDelegates(IReadOnlyDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
> anonymousDelegates)
124
var builder = ImmutableSegmentedDictionary.CreateBuilder<SynthesizedDelegateKey,
SynthesizedDelegateValue
>();
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
12
ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
>? anonymousDelegates,
30
public ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
> AnonymousDelegates { get; }
31
= anonymousDelegates ?? ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
>.Empty;