8 references to Copy
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (8)
IntegrationTests\DictionaryIntegrationTest.cs (2)
109patchDocument.Copy("/DictionaryOfStringToInteger/one", "/DictionaryOfStringToInteger/two"); 258patchDocument.Copy($"/DictionaryOfStringToCustomer/{key1}/Name", $"/DictionaryOfStringToCustomer/{key2}/Name");
IntegrationTests\ListIntegrationTest.cs (2)
264patchDocument.Copy("IntegerList/0", "IntegerList/-"); 283patchDocument.Copy("IntegerList/0", "IntegerValue");
IntegrationTests\SimpleObjectIntegrationTest.cs (2)
40patchDocument.Copy("StringProperty", "AnotherStringProperty"); 60patchDocument.Copy("StringProperty", "AnotherStringProperty");
JsonPatchDocumentTest.cs (2)
63patchDocument.Copy("StringProperty", "AnotherStringProperty"); 124patchDocUntyped.Copy("StringProperty", "AnotherStringProperty");