1 write to _acceptedConnections
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
150return new ValueTask<ConnectionContext>(_connections[_acceptedConnections++]);
1 reference to _acceptedConnections
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
148if (_acceptedConnections < _connections.Count)