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