1 write to _responseBodyWrapper
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
170_responseBodyWrapper = PipeWriter.Create(Prop<Stream>(OwinConstants.ResponseBody), new StreamPipeWriterOptions(leaveOpen: true));
6 references to _responseBodyWrapper
Microsoft.AspNetCore.Owin (6)
OwinFeatureCollection.cs (6)
168if (_responseBodyWrapper == null) 173return _responseBodyWrapper; 426if (_responseBodyWrapper != null) 428await _responseBodyWrapper.FlushAsync(cancellationToken); 437if (_responseBodyWrapper != null) 439return _responseBodyWrapper.FlushAsync().AsTask();