1 write to _innerBodyFeature
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
33
_innerBodyFeature
= innerBodyFeature;
4 references to _innerBodyFeature
Microsoft.AspNetCore.HttpLogging (4)
ResponseBufferingStream.cs (4)
145
_innerBodyFeature
.DisableBuffering();
151
await
_innerBodyFeature
.SendFileAsync(path, offset, count, cancellation);
157
await
_innerBodyFeature
.StartAsync(token);
163
await
_innerBodyFeature
.CompleteAsync();