2 writes to SimpleObjectWithNullCheck
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
21
SimpleObjectWithNullCheck
= new SimpleObjectWithNullCheck()
344
SimpleObjectWithNullCheck
= new SimpleObjectWithNullCheck();
2 references to SimpleObjectWithNullCheck
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
28
patchDocument.Replace(o => o.
SimpleObjectWithNullCheck
.StringProperty, "B");
34
Assert.Equal("B", targetObject.
SimpleObjectWithNullCheck
.StringProperty);