1 write to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1ConnectionParsingOverheadBenchmark.cs (1)
46
_http1Connection
= http1Connection;
7 references to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (7)
Http1ConnectionParsingOverheadBenchmark.cs (7)
78
_http1Connection
.Reset();
81
if (!
_http1Connection
.TakeStartLine(ref reader))
86
if (!
_http1Connection
.TakeMessageHeaders(ref reader, trailers: false))
94
_http1Connection
.Reset();
97
if (!
_http1Connection
.TakeStartLine(ref reader))
105
_http1Connection
.Reset();
108
if (!
_http1Connection
.TakeMessageHeaders(ref reader, trailers: false))