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(); 153await _innerBodyFeature.SendFileAsync(path, offset, count, cancellation); 159await _innerBodyFeature.StartAsync(token); 165await _innerBodyFeature.CompleteAsync();