1 write to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
505
Pair
= testStreamContext._pair;
8 references to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
510
var writableBuffer =
Pair
.Application.Output;
542
return
Pair
.Application.Input.ReadAsync();
598
Pair
.Application.Input.AdvanceTo(consumed, examined);
605
var outputWriter =
Pair
.Application.Output;
622
var writableBuffer =
Pair
.Application.Output;
726
var outputWriter =
Pair
.Application.Output;
869
var writableBuffer =
Pair
.Application.Output;
950
Pair
.Application.Input.AdvanceTo(consumed, examined);