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