1 write to _response
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
ResponseHeaderCollectionBenchmark.cs (1)
198
_response
= context.Response;
13 references to _response
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (13)
ResponseHeaderCollectionBenchmark.cs (13)
77
_response
.ContentLength = 0;
88
_response
.Headers[HeaderNames.ContentLength] = "0";
99
_response
.StatusCode = 200;
100
_response
.ContentType = "text/plain";
101
_response
.ContentLength = 13;
116
_response
.StatusCode = 200;
117
_response
.ContentType = "text/css";
118
_response
.ContentLength = 421;
120
var headers =
_response
.Headers;
151
_response
.StatusCode = 200;
152
_response
.ContentType = "text/plain";
153
_response
.ContentLength = 13;
155
var headers =
_response
.Headers;