1 instantiation of FormatterMappings
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
43FormatterMappings = new FormatterMappings();
8 references to FormatterMappings
Microsoft.AspNetCore.Mvc.Core (8)
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (3)
56/// Configures <see cref="FormatterMappings"/> for the specified <paramref name="builder"/>. 59/// <param name="setupAction">An <see cref="Action"/> to configure the <see cref="FormatterMappings"/>.</param> 63Action<FormatterMappings> setupAction)
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (4)
57/// Adds services to support <see cref="FormatterMappings"/>. 68/// Configures <see cref="FormatterMappings"/> for the specified <paramref name="setupAction"/>. 71/// <param name="setupAction">An <see cref="Action"/> to configure the <see cref="FormatterMappings"/>.</param> 75Action<FormatterMappings> setupAction)
MvcOptions.cs (1)
96public FormatterMappings FormatterMappings { get; }