1 write to _formatters
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultOutputFormatterSelector.cs (1)
44_formatters = new ReadOnlyCollection<IOutputFormatter>(options.Value.OutputFormatters);
1 reference to _formatters
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultOutputFormatterSelector.cs (1)
60formatters = _formatters;