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