1 write to helper
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InvokerUtil.cs (1)
33
helper
= new CriticalHelper();
4 references to helper
System.ServiceModel (4)
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
41
return
helper
.GenerateCreateInstanceDelegate(type, constructor);
49
return
helper
.GenerateInvokeDelegate(method, out inputParameterCount, out outputParameterCount);
57
return
helper
.GenerateInvokeBeginDelegate(method, out inputParameterCount);
65
return
helper
.GenerateInvokeEndDelegate(method, out outputParameterCount);