1 write to _response
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\BodyControl.cs (1)
34_response = new HttpResponseStream(bodyControl, _responseWriter);
5 references to _response
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\BodyControl.cs (5)
35_upgradeableResponse = new WrappingStream(_response); 37_upgradeStream = new HttpUpgradeStream(_request, _response); 39_connectResponse = new(_response); 68_upgradeableResponse.SetInnerStream(_response); 85return (_request, _response, _requestReader, _responseWriter);