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
);
85
return (_request,
_response
, _requestReader, _responseWriter);