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