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)
148
if (_acceptedConnections <
_connections
.Count)
150
return new ValueTask<ConnectionContext>(
_connections
[_acceptedConnections++]);