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)
317_http2RequestQueue.TryDequeueWaiter(this, out waiter); 333_http2RequestQueue.TryDequeueWaiter(this, out waiter); 416else if (_http2RequestQueue.TryDequeueWaiter(this, out waiter))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
411else if (_http3RequestQueue.TryDequeueWaiter(this, out waiter))