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