2 references to CreateOutputFormatters
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
1187
var formatters =
CreateOutputFormatters
();
2233
foreach (var formatter in outputFormatters ??
CreateOutputFormatters
())