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