6 references to Copy
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (6)
IntegrationTests\NestedObjectIntegrationTest.cs (5)
157patchDocument.Copy(o => o.SimpleObject.StringProperty, o => o.SimpleObject.AnotherStringProperty); 180patchDocument.Copy(o => o.SimpleObject.StringProperty, o => o.SimpleObject.AnotherStringProperty); 208patchDocument.Copy(o => o.InheritedObject, o => o.SimpleObject); 232patchDocument.Copy(o => o.InheritedObject, o => o.SimpleObject); 252patchDocument.Copy(o => o.InheritedObject, o => o.SimpleObject);
JsonPatchDocumentTest.cs (1)
121patchDocTyped.Copy(o => o.StringProperty, o => o.AnotherStringProperty);