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