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)
297
_innerBodyFeature
.DisableBuffering();
309
return
_innerBodyFeature
.SendFileAsync(path, offset, count, cancellation);
315
return
_innerBodyFeature
.StartAsync(token);
326
await
_innerBodyFeature
.CompleteAsync();