1 instantiation of NewtonsoftJsonOutputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (1)
47options.OutputFormatters.Add(new NewtonsoftJsonOutputFormatter(_jsonOptions.SerializerSettings, _charPool, options, _jsonOptions));
5 references to NewtonsoftJsonOutputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (5)
MvcNewtonsoftJsonOptions.cs (1)
63/// <see cref="NewtonsoftJsonOutputFormatter"/> buffers the output stream by default, buffering up to a certain amount in memory, before buffering to disk.
NewtonsoftJsonOutputFormatter.cs (4)
27/// Initializes a new <see cref="NewtonsoftJsonOutputFormatter"/> instance. 45/// Initializes a new <see cref="NewtonsoftJsonOutputFormatter"/> instance. 83/// <see cref="NewtonsoftJsonOutputFormatter"/> has been used will have no effect. 155var logger = context.HttpContext.RequestServices.GetRequiredService<ILogger<NewtonsoftJsonOutputFormatter>>();