2 writes to DecimalValue
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
96
DecimalValue
= 9.8M
JsonPatchDocumentTest.cs (1)
105
DecimalValue
= 10,
2 references to DecimalValue
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
106
Assert.Equal(0, targetObject.
DecimalValue
);
JsonPatchDocumentTest.cs (1)
113
patchDocument.Replace(o => o.
DecimalValue
, 12);