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)
27for (var i = 0; i < _headerNames.Length; i++) 29_headerNames[i] = "CustomHeader" + i; 37var headerName = _headerNames[_headerIndex % HeadersCount];