1 write to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
504
Pair
= testStreamContext._pair;
8 references to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
509
var writableBuffer =
Pair
.Application.Output;
541
return
Pair
.Application.Input.ReadAsync();
597
Pair
.Application.Input.AdvanceTo(consumed, examined);
604
var outputWriter =
Pair
.Application.Output;
621
var writableBuffer =
Pair
.Application.Output;
725
var outputWriter =
Pair
.Application.Output;
870
var writableBuffer =
Pair
.Application.Output;
951
Pair
.Application.Input.AdvanceTo(consumed, examined);