7 references to Remove
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (7)
CustomNamingStrategyTests.cs (1)
27patchDocument.Remove("customTest");
IntegrationTests\AnonymousObjectIntegrationTest.cs (1)
64patchDocument.Remove("Test");
IntegrationTests\DictionaryIntegrationTest.cs (2)
54patchDocument.Remove("/DictionaryOfStringToInteger/two"); 213patchDocument.Remove($"/DictionaryOfStringToCustomer/{key1}/Name");
IntegrationTests\ListIntegrationTest.cs (2)
136patchDocument.Remove("IntegerList/2"); 157patchDocument.Remove("IntegerList/" + position);
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
100patchDocument.Remove("DecimalValue");