2 writes to AnotherIntegerValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (1)
270AnotherIntegerValue = 3
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
76AnotherIntegerValue = 3
3 references to AnotherIntegerValue
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
275patchDocument.Move(o => o.SimpleObject.IntegerValue, o => o.SimpleObject.AnotherIntegerValue); 281Assert.Equal(2, targetObject.SimpleObject.AnotherIntegerValue);
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
86Assert.Equal(2, targetObject.AnotherIntegerValue);