1 write to _headerNames
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionHeadersBenchmark.cs (1)
26
_headerNames
= new string[HeadersCount * (HeadersChange ? 1000 : 1)];
3 references to _headerNames
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http2\Http2ConnectionHeadersBenchmark.cs (3)
27
for (var i = 0; i <
_headerNames
.Length; i++)
29
_headerNames
[i] = "CustomHeader" + i;
37
var headerName =
_headerNames
[_headerIndex % HeadersCount];