2 writes to SimpleObjectWithNullCheck
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
20SimpleObjectWithNullCheck = new SimpleObjectWithNullCheck() 359SimpleObjectWithNullCheck = new SimpleObjectWithNullCheck();
2 references to SimpleObjectWithNullCheck
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
27patchDocument.Replace(o => o.SimpleObjectWithNullCheck.StringProperty, "B"); 33Assert.Equal("B", targetObject.SimpleObjectWithNullCheck.StringProperty);