2 references to CreateInputFormatters
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
1292
var formatters =
CreateInputFormatters
();
2228
foreach (var formatter in inputFormatters ??
CreateInputFormatters
())