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