1 write to _httpFrame
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http3\Http3ConnectionBenchmarkBase.cs (1)
36_httpFrame = new Http3FrameWithPayload();
1 reference to _httpFrame
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http3\Http3ConnectionBenchmarkBase.cs (1)
66var frame = await stream.ReceiveFrameAsync(allowEnd: true, frame: _httpFrame);