5 instantiations of PlainTextFormatter
BasicWebSite (5)
Controllers\ContentNegotiation\FallbackOnTypeBasedMatchController.cs (3)
35objectResult.Formatters.Add(new PlainTextFormatter()); 47objectResult.Formatters.Add(new PlainTextFormatter()); 55objectResult.Formatters.Add(new PlainTextFormatter());
Controllers\ContentNegotiation\NormalController.cs (1)
36result.Formatters.Add(new PlainTextFormatter());
Controllers\ContentNegotiation\ProducesContentBaseController.cs (1)
18result.Formatters.Add(new PlainTextFormatter());