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