5 references to TryDequeueWaiter
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (1)
125
bool success = _http11RequestQueue.
TryDequeueWaiter
(this, out waiter);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (3)
317
_http2RequestQueue.
TryDequeueWaiter
(this, out waiter);
333
_http2RequestQueue.
TryDequeueWaiter
(this, out waiter);
416
else if (_http2RequestQueue.
TryDequeueWaiter
(this, out waiter))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
411
else if (_http3RequestQueue.
TryDequeueWaiter
(this, out waiter))