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