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)
61
if (
_interceptors
.Length == 0 && loggingFields == HttpLoggingFields.None)
95
for (var i = 0; i <
_interceptors
.Length; i++)
97
await
_interceptors
[i].OnRequestAsync(logContext);
195
logContext, options,
_interceptors
, _logger);
202
if (loggingFields.HasFlag(HttpLoggingFields.ResponseBody) ||
_interceptors
.Length > 0)
208
_logger, logContext, options,
_interceptors
);
224
await LogResponseHeadersAsync(logContext, options,
_interceptors
, _logger);
251
await LogResponseHeadersAsync(logContext, options,
_interceptors
, _logger);