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