2 instantiations of SynthesizedDelegateValue
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
138
var value = new
SynthesizedDelegateValue
(type.GetCciAdapter());
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
635
elementSelector: delegateSymbol => new CodeAnalysis.Emit.
SynthesizedDelegateValue
(delegateSymbol.GetCciAdapter()));
9 references to SynthesizedDelegateValue
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
12
ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
>? anonymousDelegates,
30
public ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
> AnonymousDelegates { get; }
31
= anonymousDelegates ?? ImmutableSegmentedDictionary<SynthesizedDelegateKey,
SynthesizedDelegateValue
>.Empty;
Microsoft.CodeAnalysis.CSharp (6)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
362
TryGetAnonymousDelegateValue(delegateTemplate, out
var
value);
481
private bool TryGetAnonymousDelegateValue(AnonymousTypeManager.AnonymousDelegateTemplateSymbol delegateSymbol, out
SynthesizedDelegateValue
otherDelegateSymbol)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (2)
120
var anonymousDelegates = ImmutableSegmentedDictionary.CreateBuilder<SynthesizedDelegateKey,
SynthesizedDelegateValue
>();
138
var
value = new SynthesizedDelegateValue(type.GetCciAdapter());
Emitter\Model\PEModuleBuilder.cs (1)
529
internal virtual bool TryGetAnonymousDelegateValue(AnonymousTypeManager.AnonymousDelegateTemplateSymbol template, out
SynthesizedDelegateValue
delegateValue)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
628
internal ImmutableSegmentedDictionary<CodeAnalysis.Emit.SynthesizedDelegateKey, CodeAnalysis.Emit.
SynthesizedDelegateValue
> GetAnonymousDelegates()