4 writes to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
51
_responseState
= ResponseState.Created;
210
_responseState
= ResponseState.Closed;
285
_responseState
= ResponseState.Started;
385
_responseState
= ResponseState.ComputedHeaders;
4 references to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
105
internal bool BodyIsFinished => _nativeStream?.IsDisposed ??
_responseState
>= ResponseState.Closed;
203
if (_aborted ||
_responseState
>= ResponseState.Closed)
220
get { return
_responseState
>= ResponseState.ComputedHeaders; }
229
get { return
_responseState
>= ResponseState.Started; }