3 writes to Boundary
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (3)
MultipartReaderBenchmark.cs (3)
34
Boundary
= "abc123";
37
Boundary
= "9051914041544843365972754266";
40
Boundary
= "WbQvpJcaxJRjMqwLdioBSOyJk3fHYdo9hLCOSBkHYW70pU71tH3lJq6ZUcSErOl0NRn5uT";
11 references to Boundary
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (11)
MultipartReaderBenchmark.cs (11)
49
data = $"--{
Boundary
}\r\n" +
53
$"--{
Boundary
}--\r\n"; ;
56
data = $"--{
Boundary
}\r\n" +
60
$"--{
Boundary
}\r\n" +
66
$"--{
Boundary
}--\r\n";
69
data = $"--{
Boundary
}\r\n" +
73
$"--{
Boundary
}\r\n" +
79
$"--{
Boundary
}\r\n" +
85
$"--{
Boundary
}--\r\n";
96
var reader = new MultipartReader(
Boundary
, _stream);
118
var reader = new MultipartReader(
Boundary
, _stream);