7 references to InvokeEndDelegate
System.ServiceModel (7)
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (3)
22
InvokeEndDelegate
invokeEndDelegate;
343
InvokeEndDelegate
InvokeEndDelegate
381
InvokeEndDelegate
invokeEndDelegate = new InvokerUtil().GenerateInvokeEndDelegate(this.endMethod, out outputParameterCount);
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
63
internal
InvokeEndDelegate
GenerateInvokeEndDelegate(MethodInfo method, out int outputParameterCount)
210
internal
InvokeEndDelegate
GenerateInvokeEndDelegate(MethodInfo method, out int outputParameterCount)
217
this.ilg.BeginMethod("AsyncInvokeEnd" + method.Name, typeof(
InvokeEndDelegate
), requiresMemberAccess);
253
return (
InvokeEndDelegate
)this.ilg.EndMethod();