2 writes to _timeoutHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
25
_timeoutHelper
= new TimeoutHelper(timeout);
31
_timeoutHelper
= new TimeoutHelper(timeout);
2 references to _timeoutHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
41
IAsyncResult result = begin1(
_timeoutHelper
.RemainingTime(), s_begin1Callback, this);
87
result = _begin2(
_timeoutHelper
.RemainingTime(), s_begin2Callback, this);