2 instantiations of MockInputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
2262new MockInputFormatter(), 2263new MockInputFormatter(),
4 references to MockInputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
DefaultApiDescriptionProviderTest.cs (4)
2219List<MockInputFormatter> inputFormatters = null, 2226foreach (var formatter in inputFormatters ?? CreateInputFormatters()) 2257private List<MockInputFormatter> CreateInputFormatters() 2260var formatters = new List<MockInputFormatter>()