1 write to _interceptors
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
39_interceptors = interceptors.ToArray();
8 references to _interceptors
Microsoft.AspNetCore.HttpLogging (8)
HttpLoggingMiddleware.cs (8)
61if (_interceptors.Length == 0 && loggingFields == HttpLoggingFields.None) 95for (var i = 0; i < _interceptors.Length; i++) 97await _interceptors[i].OnRequestAsync(logContext); 195logContext, options, _interceptors, _logger); 202if (loggingFields.HasFlag(HttpLoggingFields.ResponseBody) || _interceptors.Length > 0) 208_logger, logContext, options, _interceptors); 224await LogResponseHeadersAsync(logContext, options, _interceptors, _logger); 251await LogResponseHeadersAsync(logContext, options, _interceptors, _logger);