2 references to _helloWorldPayload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
ResponseHeadersWritingBenchmark.cs (2)
73
responseHeaders.ContentLength =
_helloWorldPayload
.Length;
152
responseHeaders.ContentLength =
_helloWorldPayload
.Length;