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