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)
67
var method = new
SynthesizedDelegateInvokeMethod
(containingType, parameters, returnType, returnRefKind);
142
var method = new
SynthesizedDelegateInvokeMethod
(containingType, parameters, returnType, returnRefKind);
202
var method = new
SynthesizedDelegateInvokeMethod
(containingType, parameters, returnType, returnRefKind);