1 write to _options
Microsoft.AspNetCore.HttpLogging (1)
UpgradeFeatureLoggingDecorator.cs (1)
24
_options
= options ?? throw new ArgumentNullException(nameof(options));
1 reference to _options
Microsoft.AspNetCore.HttpLogging (1)
UpgradeFeatureLoggingDecorator.cs (1)
38
await HttpLoggingMiddleware.LogResponseHeadersAsync(_logContext,
_options
, _interceptors, _logger);