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