5 references to GetCancellationTokenAsync
System.ServiceModel.Primitives (5)
Internals\System\Runtime\TimeoutHelper.cs (1)
37return GetCancellationTokenAsync().Result;
System\ServiceModel\Channels\TimeoutStream.cs (4)
60var cancelToken = await _timeoutHelper.GetCancellationTokenAsync(); 70var cancelToken = await _timeoutHelper.GetCancellationTokenAsync(); 103var cancelToken = await _timeoutHelper.GetCancellationTokenAsync(); 113var cancelToken = await _timeoutHelper.GetCancellationTokenAsync();