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)
104internal bool BodyIsFinished => _nativeStream?.IsDisposed ?? _responseState >= ResponseState.Closed; 205if (_aborted || _responseState >= ResponseState.Closed) 222get { return _responseState >= ResponseState.ComputedHeaders; } 231get { return _responseState >= ResponseState.Started; }