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