5 references to Payload
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (5)
EndToEndBenchmarks.cs (5)
124WriteInRandomChunks(Payload.Span, oc); 140await WriteInRandomChunksAsync(Payload, oc, CancellationToken.None); 157await WriteInRandomChunks(Payload, pipe, CancellationToken.None); 200if (!Payload.Span.SequenceEqual(body.FirstSpan)) 209if (!Payload.Span.SequenceEqual(new(oversized, 0, PayloadLength)))