6 references to PayloadLength
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (6)
EndToEndBenchmarks.cs (6)
32private ReadOnlyMemory<byte> Payload => new(_payloadOversized, 0, PayloadLength); 52_payloadOversized = ArrayPool<byte>.Shared.Rent(PayloadLength); 57ContentLength = PayloadLength, 193if (body.Length != PayloadLength) 207var oversized = ArrayPool<byte>.Shared.Rent(PayloadLength); 209if (!Payload.Span.SequenceEqual(new(oversized, 0, PayloadLength)))