1 write to _options
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\FormatFilter.cs (1)
32
_options
= options.Value;
2 references to _options
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\FormatFilter.cs (2)
72
var contentType =
_options
.FormatterMappings.GetMediaTypeMappingForFormat(format);
157
var contentType =
_options
.FormatterMappings.GetMediaTypeMappingForFormat(format);