6 references to Copy
Microsoft.AspNetCore.JsonPatch.Tests (6)
IntegrationTests\NestedObjectIntegrationTest.cs (5)
172patchDocument.Copy(o => o.SimpleObject.StringProperty, o => o.SimpleObject.AnotherStringProperty); 195patchDocument.Copy(o => o.SimpleObject.StringProperty, o => o.SimpleObject.AnotherStringProperty); 223patchDocument.Copy(o => o.InheritedObject, o => o.SimpleObject); 247patchDocument.Copy(o => o.InheritedObject, o => o.SimpleObject); 267patchDocument.Copy(o => o.InheritedObject, o => o.SimpleObject);
JsonPatchDocumentTest.cs (1)
82patchDocTyped.Copy(o => o.StringProperty, o => o.AnotherStringProperty);