2 instantiations of InvokerUtil
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SyncMethodInvoker.cs (1)
202
var invokeDelegate = new
InvokerUtil
().GenerateInvokeDelegate(Method, out inputParameterCount, out outputParameterCount);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
277
var invokeDelegate = new
InvokerUtil
().GenerateInvokeDelegate(Method, out inputParameterCount, out outputParameterCount);