3 references to Add
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
IntegrationTests\ListIntegrationTest.cs (1)
95patchDocument.Add(o => o.SimpleObjectList[0].StringProperty, "ChangedString1");
IntegrationTests\NestedObjectIntegrationTest.cs (1)
112patchDocument.Add(o => o.SimpleObject.StringProperty, "B");
JsonPatchDocumentJsonPropertyAttributeTest.cs (1)
19patchDocument.Add(p => p.Name, "John");