1 write to _responseHeaders
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2FrameWriterBenchmark.cs (1)
58_responseHeaders = new HttpResponseHeaders();
2 references to _responseHeaders
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http2\Http2FrameWriterBenchmark.cs (2)
59var headers = (IHeaderDictionary)_responseHeaders; 72_frameWriter.WriteResponseHeaders(streamId: 0, 200, Http2HeadersFrameFlags.END_STREAM, _responseHeaders);