4 writes to _pendingHttp11ConnectionCount
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (3)
208_pendingHttp11ConnectionCount++; 286_pendingHttp11ConnectionCount--; 311_pendingHttp11ConnectionCount--;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
309_pendingHttp11ConnectionCount++;
8 references to _pendingHttp11ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (8)
105Debug.Assert(_associatedHttp11ConnectionCount >= connectionCount + _pendingHttp11ConnectionCount, 106$"Expected {_associatedHttp11ConnectionCount} >= {connectionCount} + {_pendingHttp11ConnectionCount}"); 110Debug.Assert(_associatedHttp11ConnectionCount >= _pendingHttp11ConnectionCount, 111$"Expected {_associatedHttp11ConnectionCount} >= {_pendingHttp11ConnectionCount}"); 192_http11RequestQueue.Count > _pendingHttp11ConnectionCount && // More requests queued than pending connections 200$"Pending HTTP/1.1 connections: {_pendingHttp11ConnectionCount}, Total associated HTTP/1.1 connections: {_associatedHttp11ConnectionCount}, " + 283Debug.Assert(_pendingHttp11ConnectionCount > 0); 310Debug.Assert(_pendingHttp11ConnectionCount > 0);