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