8 writes to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
920_associatedHttp3ConnectionCount -= _availableHttp3Connections.Count; 995_associatedHttp3ConnectionCount -= removed;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (6)
239_associatedHttp3ConnectionCount++; 354_associatedHttp3ConnectionCount--; 379_associatedHttp3ConnectionCount--; 426_associatedHttp3ConnectionCount--; 512_associatedHttp3ConnectionCount--; 547_associatedHttp3ConnectionCount--;
8 references to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (8)
224(_associatedHttp3ConnectionCount == 0 || EnableMultipleHttp3Connections) && // We allow multiple connections, or don't have a connection currently 233$"Total associated HTTP/3.0 connections: {_associatedHttp3ConnectionCount}, " + 351Debug.Assert(_associatedHttp3ConnectionCount > 0); 378Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0)); 397Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0), 398$"Expected _associatedHttp3ConnectionCount={_associatedHttp3ConnectionCount} > _availableHttp3Connections.Count={(_availableHttp3Connections?.Count ?? 0)}"); 510Debug.Assert(_associatedHttp3ConnectionCount > 0); 540Debug.Assert(_associatedHttp3ConnectionCount >= _availableHttp3Connections.Count);