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)
41IAsyncResult result = begin1(_timeoutHelper.RemainingTime(), s_begin1Callback, this); 87result = _begin2(_timeoutHelper.RemainingTime(), s_begin2Callback, this);