4 writes to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
50
_responseState
= ResponseState.Created;
212
_responseState
= ResponseState.Closed;
287
_responseState
= ResponseState.Started;
387
_responseState
= ResponseState.ComputedHeaders;
4 references to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
104
internal bool BodyIsFinished => _nativeStream?.IsDisposed ??
_responseState
>= ResponseState.Closed;
205
if (_aborted ||
_responseState
>= ResponseState.Closed)
222
get { return
_responseState
>= ResponseState.ComputedHeaders; }
231
get { return
_responseState
>= ResponseState.Started; }