1 write to _inputPipe
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1141
_inputPipe
= new Pipe(inputOptions);
2 references to _inputPipe
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
1144
_transportPipeReader = new CompletionPipeReader(
_inputPipe
.Reader);
1149
new DuplexPipe(_outputPipe.Reader,
_inputPipe
.Writer));