1 write to _options
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
36
_options
= options;
3 references to _options
Microsoft.AspNetCore.HttpLogging (3)
ResponseBufferingStream.cs (3)
108
HttpLoggingMiddleware.LogResponseHeadersSync(_logContext,
_options
, _interceptors, _logger);
118
await HttpLoggingMiddleware.LogResponseHeadersAsync(_logContext,
_options
, _interceptors, _logger);
129
_options
.MediaTypeOptions.MediaTypeStates, out _encoding))