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)
72var contentType = _options.FormatterMappings.GetMediaTypeMappingForFormat(format); 157var contentType = _options.FormatterMappings.GetMediaTypeMappingForFormat(format);