2 instantiations of MockInputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
2264new MockInputFormatter(), 2265new MockInputFormatter(),
4 references to MockInputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
DefaultApiDescriptionProviderTest.cs (4)
2221List<MockInputFormatter> inputFormatters = null, 2228foreach (var formatter in inputFormatters ?? CreateInputFormatters()) 2259private List<MockInputFormatter> CreateInputFormatters() 2262var formatters = new List<MockInputFormatter>()