10 references to GetCancellationTokenAsync
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs (1)
36return GetCancellationTokenAsync().Result;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
33var cancelToken = await timeoutHelper.GetCancellationTokenAsync();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
836return await Factory.GetHttpClientAsync(to, requestTokenProvider, clientCertificateToken, await timeoutHelper.GetCancellationTokenAsync()); 931var cancelTokenTask = _timeoutHelper.GetCancellationTokenAsync(); 1241var cancelToken = await _timeoutHelper.GetCancellationTokenAsync();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs (2)
52var cancelToken = await _timeoutHelper.GetCancellationTokenAsync(); 79var cancelToken = await _timeoutHelper.GetCancellationTokenAsync();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
137var cancelToken = await helper.GetCancellationTokenAsync(); 766var cancelToken = await helper.GetCancellationTokenAsync(); 1205var cancelTokenTask = timeoutHelper.GetCancellationTokenAsync();