4 references to ApplyTo
FormatterWebSite (1)
Controllers\JsonPatchController.cs (1)
21
patchDoc.
ApplyTo
(product, ModelState);
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (3)
JsonPatchExtensionsTest.cs (3)
23
patchDoc.
ApplyTo
(new Customer(), modelState);
58
patch.
ApplyTo
(model, modelState);
83
patch.
ApplyTo
(model, modelState);