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; 120var headers = _response.Headers; 151_response.StatusCode = 200; 152_response.ContentType = "text/plain"; 153_response.ContentLength = 13; 155var headers = _response.Headers;