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