2 instantiations of MockInputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
2307
new
MockInputFormatter
(),
2308
new
MockInputFormatter
(),
4 references to MockInputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
DefaultApiDescriptionProviderTest.cs (4)
2264
List<
MockInputFormatter
> inputFormatters = null,
2271
foreach (
var
formatter in inputFormatters ?? CreateInputFormatters())
2302
private List<
MockInputFormatter
> CreateInputFormatters()
2305
var formatters = new List<
MockInputFormatter
>()