1 write to _innerBodyFeature
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
35
_innerBodyFeature
= innerBodyFeature;
4 references to _innerBodyFeature
Microsoft.AspNetCore.HttpLogging (4)
ResponseBufferingStream.cs (4)
147
_innerBodyFeature
.DisableBuffering();
153
await
_innerBodyFeature
.SendFileAsync(path, offset, count, cancellation);
159
await
_innerBodyFeature
.StartAsync(token);
165
await
_innerBodyFeature
.CompleteAsync();