1 write to Payload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
573frame.Payload = framePayload.ToArray();
4 references to Payload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (4)
190var payload = frame.Payload; 750return http3WithPayload.Payload; 813public ReadOnlySequence<byte> PayloadSequence => new ReadOnlySequence<byte>(Payload); 976var payload = frame.Payload;