2 writes to _flushInterval
Microsoft.AspNetCore.HttpLogging (2)
FileLoggerProcessor.cs (2)
63_flushInterval = loggerOptions.FlushInterval; 95_flushInterval = loggerOptions.FlushInterval;
1 reference to _flushInterval
Microsoft.AspNetCore.HttpLogging (1)
FileLoggerProcessor.cs (1)
144await Task.Delay(_flushInterval, _cancellationTokenSource.Token);