1 write to StringProperty
Microsoft.AspNetCore.JsonPatch.Tests (1)
IntegrationTests\NestedObjectIntegrationTest.cs (1)
22StringProperty = "A"
2 references to StringProperty
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
27patchDocument.Replace(o => o.SimpleObjectWithNullCheck.StringProperty, "B"); 33Assert.Equal("B", targetObject.SimpleObjectWithNullCheck.StringProperty);