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();
294
return
_innerBodyFeature
.SendFileAsync(path, offset, count, cancellation);
300
return
_innerBodyFeature
.StartAsync(token);
311
await
_innerBodyFeature
.CompleteAsync();