4 writes to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
51_responseState = ResponseState.Created; 210_responseState = ResponseState.Closed; 285_responseState = ResponseState.Started; 385_responseState = ResponseState.ComputedHeaders;
4 references to _responseState
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
105internal bool BodyIsFinished => _nativeStream?.IsDisposed ?? _responseState >= ResponseState.Closed; 203if (_aborted || _responseState >= ResponseState.Closed) 220get { return _responseState >= ResponseState.ComputedHeaders; } 229get { return _responseState >= ResponseState.Started; }