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