1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1253
this.
timeoutHelper
= new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\ServiceHost.cs (2)
1265
this.
timeoutHelper
.RemainingTime(), PrepareAsyncCompletion(handleEndAfterInitializeRuntime), this);
1281
this.
timeoutHelper
.RemainingTime(), PrepareAsyncCompletion(handleEndOpenChannelDispatchers), this);