3 references to FormatterCollection
Microsoft.AspNetCore.Mvc.Core (3)
MvcOptions.cs (2)
44
InputFormatters = new
FormatterCollection
<IInputFormatter>();
45
OutputFormatters = new
FormatterCollection
<IOutputFormatter>();
ObjectResult.cs (1)
25
Formatters = new
FormatterCollection
<IOutputFormatter>();