8 writes to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
1044_associatedHttp3ConnectionCount -= _availableHttp3Connections.Count; 1130_associatedHttp3ConnectionCount -= removed;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (6)
234_associatedHttp3ConnectionCount++; 350_associatedHttp3ConnectionCount--; 375_associatedHttp3ConnectionCount--; 422_associatedHttp3ConnectionCount--; 508_associatedHttp3ConnectionCount--; 543_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}, " + 347Debug.Assert(_associatedHttp3ConnectionCount > 0); 374Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0)); 393Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0), 394$"Expected _associatedHttp3ConnectionCount={_associatedHttp3ConnectionCount} > _availableHttp3Connections.Count={(_availableHttp3Connections?.Count ?? 0)}"); 506Debug.Assert(_associatedHttp3ConnectionCount > 0); 536Debug.Assert(_associatedHttp3ConnectionCount >= _availableHttp3Connections.Count);