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