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