1 write to Payload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
574frame.Payload = framePayload.ToArray();
4 references to Payload
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (4)
191var payload = frame.Payload; 751return http3WithPayload.Payload; 814public ReadOnlySequence<byte> PayloadSequence => new ReadOnlySequence<byte>(Payload); 977var payload = frame.Payload;