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