4 writes to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
51
_responseState
= ResponseState.Created;
213
_responseState
= ResponseState.Closed;
288
_responseState
= ResponseState.Started;
388
_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;
206
if (_aborted ||
_responseState
>= ResponseState.Closed)
223
get { return
_responseState
>= ResponseState.ComputedHeaders; }
232
get { return
_responseState
>= ResponseState.Started; }