1 write to _timeoutHelper
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
22
_timeoutHelper
= new TimeoutHelper(timeout);
1 reference to _timeoutHelper
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
38
IAsyncResult result = collection[index].BeginOpen(
_timeoutHelper
.RemainingTime(), s_nestedCallback, callbackState);