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