1 write to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
523Pair = testStreamContext._pair;
8 references to Pair
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (8)
528var writableBuffer = Pair.Application.Output; 560return Pair.Application.Input.ReadAsync(); 616Pair.Application.Input.AdvanceTo(consumed, examined); 623var outputWriter = Pair.Application.Output; 640var writableBuffer = Pair.Application.Output; 744var outputWriter = Pair.Application.Output; 887var writableBuffer = Pair.Application.Output; 968Pair.Application.Input.AdvanceTo(consumed, examined);