3 references to AwaitWithTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
117
if (!await _closedTcs.Task.
AwaitWithTimeout
(timeout))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
518
bool waitingResult = await _receiveTask.Task.
AwaitWithTimeout
(timeout);
676
bool waitingResult = await _receiveTask.Task.
AwaitWithTimeout
(timeout);