1 write to _innerBodyFeature
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
35_innerBodyFeature = innerBodyFeature;
4 references to _innerBodyFeature
Microsoft.AspNetCore.ResponseCompression (4)
ResponseCompressionBody.cs (4)
282_innerBodyFeature.DisableBuffering(); 294return _innerBodyFeature.SendFileAsync(path, offset, count, cancellation); 300return _innerBodyFeature.StartAsync(token); 311await _innerBodyFeature.CompleteAsync();