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