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)
120
var connections = new InMemoryConnection[
_connectionsPerEndPoint
];
121
for (var i = 0; i <
_connectionsPerEndPoint
; i++)