2 references to GenerateInvokeDelegate
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
266InvokeDelegate invokeDelegate = new InvokerUtil().GenerateInvokeDelegate(this.Method, out inputParameterCount, out outputParameterCount);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
322InvokeDelegate invokeDelegate = new InvokerUtil().GenerateInvokeDelegate(this.taskMethod, out inputParameterCount, out outputParameterCount);