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