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