3 writes to DoubleValue
Microsoft.AspNetCore.JsonPatch.Tests (3)
IntegrationTests\DynamicObjectIntegrationTest.cs (1)
182DoubleValue = 1
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
19DoubleValue = 9.8
JsonPatchDocumentTest.cs (1)
106DoubleValue = 10,
1 reference to DoubleValue
Microsoft.AspNetCore.JsonPatch.Tests (1)
JsonPatchDocumentTest.cs (1)
114patchDocument.Replace(o => o.DoubleValue, 12);