7 instantiations of FormatterMappings
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
43FormatterMappings = new FormatterMappings();
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\FormatterMappingsTest.cs (6)
17var options = new FormatterMappings(); 32var options = new FormatterMappings(); 46var options = new FormatterMappings(); 66var options = new FormatterMappings(); 84var options = new FormatterMappings(); 110var options = new FormatterMappings();
14 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; }
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\FormatterMappingsTest.cs (6)
17var options = new FormatterMappings(); 32var options = new FormatterMappings(); 46var options = new FormatterMappings(); 66var options = new FormatterMappings(); 84var options = new FormatterMappings(); 110var options = new FormatterMappings();