7 references to Replace
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (7)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
28
patchDocument.
Replace
(o => o.SimpleObjectWithNullCheck.StringProperty, "B");
48
patchDocument.
Replace
(o => o.NestedObject, newNested);
JsonPatchDocumentTest.cs (5)
151
patchDocument.
Replace
(o => o.StringProperty, "B");
152
patchDocument.
Replace
(o => o.DecimalValue, 12);
153
patchDocument.
Replace
(o => o.DoubleValue, 12);
154
patchDocument.
Replace
(o => o.FloatValue, 12);
155
patchDocument.
Replace
(o => o.IntegerValue, 12);