4 writes to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
51
_responseState
= ResponseState.Created;
222
_responseState
= ResponseState.Closed;
303
_responseState
= ResponseState.Started;
403
_responseState
= ResponseState.ComputedHeaders;
4 references to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
117
internal bool BodyIsFinished => _nativeStream?.IsDisposed ??
_responseState
>= ResponseState.Closed;
215
if (_aborted ||
_responseState
>= ResponseState.Closed)
232
get { return
_responseState
>= ResponseState.ComputedHeaders; }
241
get { return
_responseState
>= ResponseState.Started; }