1 instantiation of NewtonsoftJsonPatchInputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (1)
54options.InputFormatters.Add(new NewtonsoftJsonPatchInputFormatter(
3 references to NewtonsoftJsonPatchInputFormatter
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (1)
53var jsonInputPatchLogger = _loggerFactory.CreateLogger(typeof(NewtonsoftJsonPatchInputFormatter));
NewtonsoftJsonPatchInputFormatter.cs (2)
20/// Initializes a new <see cref="NewtonsoftJsonPatchInputFormatter"/> instance. 52if (GetType() == typeof(NewtonsoftJsonPatchInputFormatter))