1 write to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
506
Pair
= testStreamContext._pair;
8 references to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
511
var writableBuffer =
Pair
.Application.Output;
543
return
Pair
.Application.Input.ReadAsync();
599
Pair
.Application.Input.AdvanceTo(consumed, examined);
606
var outputWriter =
Pair
.Application.Output;
623
var writableBuffer =
Pair
.Application.Output;
727
var outputWriter =
Pair
.Application.Output;
870
var writableBuffer =
Pair
.Application.Output;
951
Pair
.Application.Input.AdvanceTo(consumed, examined);