1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
289
this.
timeoutHelper
= new TimeoutHelper(timeout);
1 reference to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
305
result = instances[index].BeginCloseInput(this.
timeoutHelper
.RemainingTime(), nestedCallback, callbackState);