1 type derived from NewtonsoftJsonInputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonPatchInputFormatter.cs (1)
17public class NewtonsoftJsonPatchInputFormatter : NewtonsoftJsonInputFormatter
1 instantiation of NewtonsoftJsonInputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (1)
63options.InputFormatters.Add(new NewtonsoftJsonInputFormatter(
7 references to NewtonsoftJsonInputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (7)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (1)
62var jsonInputLogger = _loggerFactory.CreateLogger(typeof(NewtonsoftJsonInputFormatter));
MvcNewtonsoftJsonOptions.cs (3)
23/// <see cref="NewtonsoftJsonInputFormatter"/> will be added to the <see cref="ModelStateDictionary"/>. If 44/// <see cref="NewtonsoftJsonInputFormatter"/> buffers the input stream by default, buffering up to a certain amount in memory, before buffering to disk. 53/// for the current HTTP request is used for JSON deserialization by <see cref="NewtonsoftJsonInputFormatter"/>.
NewtonsoftJsonInputFormatter.cs (3)
31/// Initializes a new instance of <see cref="NewtonsoftJsonInputFormatter"/>. 76if (GetType() == typeof(NewtonsoftJsonInputFormatter)) 89/// <see cref="NewtonsoftJsonInputFormatter"/> has been used will have no effect.