8 writes to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
1048_associatedHttp3ConnectionCount -= _availableHttp3Connections.Count; 1134_associatedHttp3ConnectionCount -= removed;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (6)
235_associatedHttp3ConnectionCount++; 351_associatedHttp3ConnectionCount--; 376_associatedHttp3ConnectionCount--; 423_associatedHttp3ConnectionCount--; 509_associatedHttp3ConnectionCount--; 544_associatedHttp3ConnectionCount--;
8 references to _associatedHttp3ConnectionCount
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (8)
220(_associatedHttp3ConnectionCount == 0 || EnableMultipleHttp3Connections) && // We allow multiple connections, or don't have a connection currently 229$"Total associated HTTP/3.0 connections: {_associatedHttp3ConnectionCount}, " + 348Debug.Assert(_associatedHttp3ConnectionCount > 0); 375Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0)); 394Debug.Assert(_associatedHttp3ConnectionCount > (_availableHttp3Connections?.Count ?? 0), 395$"Expected _associatedHttp3ConnectionCount={_associatedHttp3ConnectionCount} > _availableHttp3Connections.Count={(_availableHttp3Connections?.Count ?? 0)}"); 507Debug.Assert(_associatedHttp3ConnectionCount > 0); 537Debug.Assert(_associatedHttp3ConnectionCount >= _availableHttp3Connections.Count);