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)
105internal bool BodyIsFinished => _nativeStream?.IsDisposed ?? _responseState >= ResponseState.Closed; 206if (_aborted || _responseState >= ResponseState.Closed) 223get { return _responseState >= ResponseState.ComputedHeaders; } 232get { return _responseState >= ResponseState.Started; }