2 writes to DoubleValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
19DoubleValue = 9.8
JsonPatchDocumentTest.cs (1)
145DoubleValue = 10,
1 reference to DoubleValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
153patchDocument.Replace(o => o.DoubleValue, 12);