3 references to Move
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
275
patchDocument.
Move
(o => o.SimpleObject.IntegerValue, o => o.SimpleObject.AnotherIntegerValue);
306
patchDocument.
Move
(o => o.InheritedObject, o => o.SimpleObject);
JsonPatchDocumentJsonPropertyAttributeTest.cs (1)
50
patchDocument.
Move
(m => m.StringProperty, m => m.StringProperty2);