8 writes to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
911_associatedHttp3ConnectionCount -= _availableHttp3Connections.Count; 986_associatedHttp3ConnectionCount -= removed;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (6)
230_associatedHttp3ConnectionCount++; 346_associatedHttp3ConnectionCount--; 371_associatedHttp3ConnectionCount--; 419_associatedHttp3ConnectionCount--; 506_associatedHttp3ConnectionCount--; 541_associatedHttp3ConnectionCount--;
8 references to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (8)
215(_associatedHttp3ConnectionCount == 0 || EnableMultipleHttp3Connections) && // We allow multiple connections, or don't have a connection currently 224$"Total associated HTTP/3.0 connections: {_associatedHttp3ConnectionCount}, " + 343Debug.Assert(_associatedHttp3ConnectionCount > 0); 370Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0)); 390Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0), 391$"Expected _associatedHttp3ConnectionCount={_associatedHttp3ConnectionCount} > _availableHttp3Connections.Count={(_availableHttp3Connections?.Count ?? 0)}"); 504Debug.Assert(_associatedHttp3ConnectionCount > 0); 534Debug.Assert(_associatedHttp3ConnectionCount >= _availableHttp3Connections.Count);