10 writes to AnotherStringProperty
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (10)
IntegrationTests\NestedObjectIntegrationTest.cs (6)
152
AnotherStringProperty
= "B"
175
AnotherStringProperty
= "B"
198
AnotherStringProperty
= "B"
203
AnotherStringProperty
= "D"
292
AnotherStringProperty
= "B"
297
AnotherStringProperty
= "D"
IntegrationTests\SimpleObjectIntegrationTest.cs (2)
36
AnotherStringProperty
= "B"
56
AnotherStringProperty
= "B"
JsonPatchDocumentTest.cs (2)
59
AnotherStringProperty
= "B"
117
AnotherStringProperty
= "B"
12 references to AnotherStringProperty
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (12)
IntegrationTests\NestedObjectIntegrationTest.cs (7)
157
patchDocument.Copy(o => o.SimpleObject.StringProperty, o => o.SimpleObject.
AnotherStringProperty
);
163
Assert.Equal("A", targetObject.SimpleObject.
AnotherStringProperty
);
180
patchDocument.Copy(o => o.SimpleObject.StringProperty, o => o.SimpleObject.
AnotherStringProperty
);
186
Assert.Null(targetObject.SimpleObject.
AnotherStringProperty
);
215
Assert.Equal("D", targetObject.SimpleObject.
AnotherStringProperty
);
217
Assert.Equal("D", targetObject.InheritedObject.
AnotherStringProperty
);
313
Assert.Equal("D", targetObject.SimpleObject.
AnotherStringProperty
);
IntegrationTests\SimpleObjectIntegrationTest.cs (2)
46
Assert.Equal("A", targetObject.
AnotherStringProperty
);
66
Assert.Null(targetObject.
AnotherStringProperty
);
JsonPatchDocumentTest.cs (3)
72
Assert.Equal("A", targetObject.
AnotherStringProperty
);
121
patchDocTyped.Copy(o => o.StringProperty, o => o.
AnotherStringProperty
);
134
Assert.Equal("A", targetObject.
AnotherStringProperty
);