3 references to WaitWithCancellationAsync
System.Net.Http (3)
src\runtime\src\libraries\Common\src\System\Threading\Tasks\TaskCompletionSourceWithCancellation.cs (1)
36WaitWithCancellationAsync(cancellationToken) :
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
475await connection.InitialSettingsReceived.WaitWithCancellationAsync(cancellationToken).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
92connection = await http3ConnectionWaiter.WaitWithCancellationAsync(cancellationToken).ConfigureAwait(false);