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