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