1 override of SelectFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultOutputFormatterSelector.cs (1)
50
public override IOutputFormatter?
SelectFormatter
(OutputFormatterCanWriteContext context, IList<IOutputFormatter> formatters, MediaTypeCollection contentTypes)
2 references to SelectFormatter
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\DefaultApiProblemDetailsWriter.cs (1)
78
var selectedFormatter = _formatterSelector.
SelectFormatter
(
Infrastructure\ObjectResultExecutor.cs (1)
91
var selectedFormatter = FormatterSelector.
SelectFormatter
(