2 references to _helloWorldPayload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
NamedPipesTransportBenchmark.cs (2)
159var payloadLength = _helloWorldPayload.Length; 163return response.Body.WriteAsync(_helloWorldPayload, 0, payloadLength);