1 write to Formatters
Microsoft.AspNetCore.Mvc.Core (1)
ObjectResult.cs (1)
25Formatters = new FormatterCollection<IOutputFormatter>();
1 reference to Formatters
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ObjectResultExecutor.cs (1)
94(IList<IOutputFormatter>)result.Formatters ?? Array.Empty<IOutputFormatter>(),