2 writes to _timeoutHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs (2)
28_timeoutHelper = new TimeoutHelper(timeout); 95_timeoutHelper = default(TimeoutHelper);
2 references to _timeoutHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs (2)
52var cancelToken = await _timeoutHelper.GetCancellationTokenAsync(); 79var cancelToken = await _timeoutHelper.GetCancellationTokenAsync();