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