1 write to _jsonOutputFormatter
BasicWebSite (1)
Controllers\ContentNegotiation\FallbackOnTypeBasedMatchController.cs (1)
19_jsonOutputFormatter = mvcOptions.Value.OutputFormatters.OfType<NewtonsoftJsonOutputFormatter>().First();
2 references to _jsonOutputFormatter
BasicWebSite (2)
Controllers\ContentNegotiation\FallbackOnTypeBasedMatchController.cs (2)
36objectResult.Formatters.Add(_jsonOutputFormatter); 56objectResult.Formatters.Add(_jsonOutputFormatter);