4 references to SynthesizedDelegateInvokeMethod
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.DelegatePublicSymbol.cs (1)
65
var invokeMethod = new
SynthesizedDelegateInvokeMethod
(this, parameters, returnField.TypeWithAnnotations, returnField.RefKind);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (3)
68
var method = new
SynthesizedDelegateInvokeMethod
(containingType, parameters, returnType, returnRefKind);
149
var method = new
SynthesizedDelegateInvokeMethod
(containingType, parameters, returnType, returnRefKind);
210
var method = new
SynthesizedDelegateInvokeMethod
(containingType, parameters, returnType, returnRefKind);