1 write to _responseWriter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\BodyControl.cs (1)
33_responseWriter = new HttpResponsePipeWriter(responseControl);
8 references to _responseWriter
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\BodyControl.cs (8)
34_response = new HttpResponseStream(bodyControl, _responseWriter); 36_upgradeablePipeWriter = new WrappingPipeWriter(_responseWriter); 38_connectPipeWriter = new(_responseWriter); 63_responseWriter.StartAcceptingWrites(); 69_upgradeablePipeWriter.SetInnerPipe(_responseWriter); 85return (_request, _response, _requestReader, _responseWriter); 93return _responseWriter.StopAcceptingWritesAsync(); 100_responseWriter.Abort();