2 writes to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
26this.timeoutHelper = new TimeoutHelper(timeout); 32this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
42IAsyncResult result = begin1(this.timeoutHelper.RemainingTime(), begin1Callback, this); 88result = begin2(this.timeoutHelper.RemainingTime(), begin2Callback, this);