12 references to AwaitWithTimeout
System.ServiceModel.Http (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
502
bool waitingResult = await _receiveTask.Task.
AwaitWithTimeout
(timeout);
648
bool waitingResult = await _receiveTask.Task.
AwaitWithTimeout
(timeout);
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
288
if (!await _atEOFTask.Task.
AwaitWithTimeout
(timeoutHelper.RemainingTime()))
System.ServiceModel.Primitives (9)
Internals\System\Runtime\InputQueue.cs (2)
1168
if (!await _tcs.Task.
AwaitWithTimeout
(timeout))
1234
if (!await _tcs.Task.
AwaitWithTimeout
(timeout))
System\ServiceModel\Channels\LifetimeManager.cs (1)
339
bool expired = !await _tcs.Task.
AwaitWithTimeout
(timeout);
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1857
if (!await _tcs.Task.
AwaitWithTimeout
(_timeoutHelper.RemainingTime()))
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
55
if (!await _tcs.Task.
AwaitWithTimeout
(timeout))
399
if (!await _tcs.Task.
AwaitWithTimeout
(timeout))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
791
expired = !await TaskHelpers.
AwaitWithTimeout
(_tcs.Task, timeoutHelper.RemainingTime());
System\ServiceModel\Channels\RequestChannel.cs (1)
88
if (!await _closedTcs.Task.
AwaitWithTimeout
(timeout))
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
779
if (!await _tcs.Task.
AwaitWithTimeout
(timeout))