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