5 writes to _http11RequestQueueIsEmptyAndNotDisposed
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
896
_http11RequestQueueIsEmptyAndNotDisposed
= false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (4)
70
_http11RequestQueueIsEmptyAndNotDisposed
= false;
132
_http11RequestQueueIsEmptyAndNotDisposed
= _http11RequestQueue.Count == 0 && !_disposed;
377
if (Volatile.Read(ref
_http11RequestQueueIsEmptyAndNotDisposed
))
393
if (!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"/>,