5 writes to _http11RequestQueueIsEmptyAndNotDisposed
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
873_http11RequestQueueIsEmptyAndNotDisposed = false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (4)
70_http11RequestQueueIsEmptyAndNotDisposed = false; 126_http11RequestQueueIsEmptyAndNotDisposed = _http11RequestQueue.Count == 0 && !_disposed; 342if (Volatile.Read(ref _http11RequestQueueIsEmptyAndNotDisposed)) 358if (!Volatile.Read(ref _http11RequestQueueIsEmptyAndNotDisposed))
2 references to _http11RequestQueueIsEmptyAndNotDisposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (2)
82/// <br/>- When returning a connection and observing that the request queue is not empty (<see cref="_http11RequestQueueIsEmptyAndNotDisposed"/> is <see langword="false"/>). 88/// <para>If the <see cref="_http11RequestQueue"/> becomes empty, this method will reset the <see cref="_http11RequestQueueIsEmptyAndNotDisposed"/> flag back to <see langword="true"/>,