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