2 instantiations of Http3FrameWithPayload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http3\Http3ConnectionBenchmarkBase.cs (1)
36_httpFrame = new Http3FrameWithPayload();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
547frame ??= new Http3FrameWithPayload();
12 references to Http3FrameWithPayload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (12)
Http3\Http3ConnectionBenchmarkBase.cs (2)
23private Http3FrameWithPayload _httpFrame; 66var frame = await stream.ReceiveFrameAsync(allowEnd: true, frame: _httpFrame);
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (10)
161var frame = await _inboundControlStream.ReceiveFrameAsync(); 188internal void VerifyGoAway(Http3FrameWithPayload frame, long expectedLastStreamId) 545internal async ValueTask<Http3FrameWithPayload> ReceiveFrameAsync(bool expectEnd = false, bool allowEnd = false, Http3FrameWithPayload frame = null) 737var http3WithPayload = await ReceiveFrameAsync(expectEnd); 748var http3WithPayload = await ReceiveFrameAsync(); 754var http3WithPayload = await ReceiveFrameAsync(false, true); 839var http3WithPayload = await ReceiveFrameAsync(); 958var frame = await ReceiveFrameAsync(); 974internal void VerifyGoAway(Http3FrameWithPayload frame, long expectedLastStreamId)