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