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