1 type derived from OutputFormatterSelector
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultOutputFormatterSelector.cs (1)
20public partial class DefaultOutputFormatterSelector : OutputFormatterSelector
9 references to OutputFormatterSelector
Microsoft.AspNetCore.Mvc.Core (9)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
234services.TryAddSingleton<OutputFormatterSelector, DefaultOutputFormatterSelector>();
Infrastructure\DefaultApiProblemDetailsWriter.cs (2)
12private readonly OutputFormatterSelector _formatterSelector; 24OutputFormatterSelector formatterSelector,
Infrastructure\DefaultOutputFormatterSelector.cs (1)
18/// The default implementation of <see cref="OutputFormatterSelector"/>.
Infrastructure\ObjectResultExecutor.cs (4)
23/// <param name="formatterSelector">The <see cref="OutputFormatterSelector"/>.</param> 28OutputFormatterSelector formatterSelector, 48/// Gets the <see cref="OutputFormatterSelector"/>. 50protected OutputFormatterSelector FormatterSelector { get; }
Infrastructure\OutputFormatterSelector.cs (1)
13/// The default implementation of <see cref="OutputFormatterSelector"/> provided by ASP.NET Core MVC