1 write to _connectionsPerEndPoint
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
115_connectionsPerEndPoint = connectionsPerEndPoint;
2 references to _connectionsPerEndPoint
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
InMemoryTransportBenchmark.cs (2)
120var connections = new InMemoryConnection[_connectionsPerEndPoint]; 121for (var i = 0; i < _connectionsPerEndPoint; i++)