10 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>();
Microsoft.AspNetCore.Mvc.Core.Test (7)
Formatters\FormatterCollectionTest.cs (2)
14
var collection = new
FormatterCollection
<IOutputFormatter>
33
var collection = new
FormatterCollection
<IOutputFormatter>
Infrastructure\ObjectResultExecutorTest.cs (1)
267
result.Formatters = new
FormatterCollection
<IOutputFormatter>
ObjectResultTests.cs (4)
41
Formatters = new
FormatterCollection
<IOutputFormatter>()
73
Formatters = new
FormatterCollection
<IOutputFormatter>()
102
Formatters = new
FormatterCollection
<IOutputFormatter>()
133
Formatters = new
FormatterCollection
<IOutputFormatter>()