4 writes to _pendingHttp11ConnectionCount
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (3)
243_pendingHttp11ConnectionCount++; 321_pendingHttp11ConnectionCount--; 346_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}"); 227_http11RequestQueue.Count > _pendingHttp11ConnectionCount && // More requests queued than pending connections 235$"Pending HTTP/1.1 connections: {_pendingHttp11ConnectionCount}, Total associated HTTP/1.1 connections: {_associatedHttp11ConnectionCount}, " + 318Debug.Assert(_pendingHttp11ConnectionCount > 0); 345Debug.Assert(_pendingHttp11ConnectionCount > 0);