10 references to Reset
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (2)
178
_requestBodyPipe.
Reset
();
193
_requestBodyPipe.
Reset
();
Internal\Http2\Http2OutputProducer.cs (1)
193
_pipe.
Reset
();
Internal\Http2\Http2Stream.cs (1)
85
RequestBodyPipe.
Reset
();
Internal\Http3\Http3OutputProducer.cs (1)
66
_pipe.
Reset
();
Internal\Http3\Http3Stream.cs (1)
130
RequestBodyPipe.
Reset
();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
112
_inputPipe.
Reset
();
113
_outputPipe.
Reset
();
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (1)
FormReaderBenchmark.cs (1)
40
pipe.
Reset
();
Microsoft.AspNetCore.WebUtilities.Tests (1)
FormPipeReaderTests.cs (1)
543
pipe.
Reset
();