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(); 151await _innerBodyFeature.SendFileAsync(path, offset, count, cancellation); 157await _innerBodyFeature.StartAsync(token); 163await _innerBodyFeature.CompleteAsync();