3 references to LargePayload
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (3)
MultipartReaderBenchmark.cs (3)
52
$"text default{new string('a',
LargePayload
? 10000000 : 0)}\r\n" +
64
$"Content of a.txt.{new string('a',
LargePayload
? 10000000 : 0)}\r\n" +
77
$"Content of a.txt{new string('a',
LargePayload
? 10000000 : 0)}\r\n" +