12 references to Copy
Microsoft.AspNetCore.JsonPatch.Tests (12)
CustomNamingStrategyTests.cs (1)
51patchDocument.Copy("StringProperty", "AnotherStringProperty");
IntegrationTests\DictionaryIntegrationTest.cs (2)
109patchDocument.Copy("/DictionaryOfStringToInteger/one", "/DictionaryOfStringToInteger/two"); 258patchDocument.Copy($"/DictionaryOfStringToCustomer/{key1}/Name", $"/DictionaryOfStringToCustomer/{key2}/Name");
IntegrationTests\DynamicObjectIntegrationTest.cs (1)
79patchDocument.Copy("NestedDynamicObject/StringProperty", "NestedDynamicObject/AnotherStringProperty");
IntegrationTests\ExpandoObjectIntegrationTest.cs (2)
188patchDocument.Copy("StringProperty", "AnotherStringProperty"); 207patchDocument.Copy("StringProperty", "AnotherStringProperty");
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)
59patchDocument.Copy("StringProperty", "AnotherStringProperty"); 85patchDocUntyped.Copy("StringProperty", "AnotherStringProperty");