1 write to _connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
InMemoryTransportBenchmark.cs (1)
62_connection = transportFactory.Connections.Values.Single().Single();
6 references to _connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (6)
InMemoryTransportBenchmark.cs (6)
70await _connection.SendRequestAsync(request); 71var response = Encoding.ASCII.GetString(await _connection.GetResponseAsync(expectedResponse.Length)); 93await _connection.SendRequestAsync(RequestParsingData.PlaintextTechEmpowerRequest); 94await _connection.ReadResponseAsync(_plaintextExpectedResponse.Length); 100await _connection.SendRequestAsync(RequestParsingData.PlaintextTechEmpowerPipelinedRequests); 101await _connection.ReadResponseAsync(_plaintextPipelinedExpectedResponse.Length);