1 write to ActiveConcurrentConnections
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicConnectionContextTests.cs (1)
622requestState.ActiveConcurrentConnections++;
2 references to ActiveConcurrentConnections
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
QuicConnectionContextTests.cs (2)
624logger.LogInformation($"{StreamId(streamIndex)}: Increasing active concurrent connections to {requestState.ActiveConcurrentConnections}."); 625if (requestState.ActiveConcurrentConnections == StreamsSent)