14 references to Remove
Microsoft.AspNetCore.JsonPatch.Tests (14)
CustomNamingStrategyTests.cs (1)
103
patchDocument.
Remove
("Test");
IntegrationTests\AnonymousObjectIntegrationTest.cs (1)
88
patchDocument.
Remove
("Test");
IntegrationTests\DictionaryIntegrationTest.cs (2)
54
patchDocument.
Remove
("/DictionaryOfStringToInteger/two");
213
patchDocument.
Remove
($"/DictionaryOfStringToCustomer/{key1}/Name");
IntegrationTests\DynamicObjectIntegrationTest.cs (2)
136
patchDocument.
Remove
("Test");
157
patchDocument.
Remove
("Simpleobject/stringProperty");
IntegrationTests\ExpandoObjectIntegrationTest.cs (5)
269
patchDocument.
Remove
("NonExisting");
289
patchDocument.
Remove
("Test");
309
patchDocument.
Remove
("test");
330
patchDocument.
Remove
("Test");
351
patchDocument.
Remove
("test");
IntegrationTests\ListIntegrationTest.cs (2)
136
patchDocument.
Remove
("IntegerList/2");
157
patchDocument.
Remove
("IntegerList/" + position);
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
100
patchDocument.
Remove
("DecimalValue");