1 write to _interceptors
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
42
_interceptors
= interceptors.ToArray();
8 references to _interceptors
Microsoft.AspNetCore.HttpLogging (8)
HttpLoggingMiddleware.cs (8)
65
if (
_interceptors
.Length == 0 && loggingFields == HttpLoggingFields.None)
99
for (var i = 0; i <
_interceptors
.Length; i++)
101
await
_interceptors
[i].OnRequestAsync(logContext);
199
logContext, options,
_interceptors
, _logger);
206
if (loggingFields.HasFlag(HttpLoggingFields.ResponseBody) ||
_interceptors
.Length > 0)
211
responseBufferingStream.Initialize(originalBodyFeature, _logger, logContext, options,
_interceptors
);
227
await LogResponseHeadersAsync(logContext, options,
_interceptors
, _logger);
254
await LogResponseHeadersAsync(logContext, options,
_interceptors
, _logger);