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)
234_associatedHttp3ConnectionCount++; 349_associatedHttp3ConnectionCount--; 374_associatedHttp3ConnectionCount--; 421_associatedHttp3ConnectionCount--; 507_associatedHttp3ConnectionCount--; 542_associatedHttp3ConnectionCount--;
8 references to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (8)
219(_associatedHttp3ConnectionCount == 0 || EnableMultipleHttp3Connections) && // We allow multiple connections, or don't have a connection currently 228$"Total associated HTTP/3.0 connections: {_associatedHttp3ConnectionCount}, " + 346Debug.Assert(_associatedHttp3ConnectionCount > 0); 373Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0)); 392Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0), 393$"Expected _associatedHttp3ConnectionCount={_associatedHttp3ConnectionCount} > _availableHttp3Connections.Count={(_availableHttp3Connections?.Count ?? 0)}"); 505Debug.Assert(_associatedHttp3ConnectionCount > 0); 535Debug.Assert(_associatedHttp3ConnectionCount >= _availableHttp3Connections.Count);