1 write to _options
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
38
_options
= options;
3 references to _options
Microsoft.AspNetCore.HttpLogging (3)
ResponseBufferingStream.cs (3)
110
HttpLoggingMiddleware.LogResponseHeadersSync(_logContext,
_options
, _interceptors, _logger);
120
await HttpLoggingMiddleware.LogResponseHeadersAsync(_logContext,
_options
, _interceptors, _logger);
131
_options
.MediaTypeOptions.MediaTypeStates, out _encoding))