1 instantiation of SimpleObjectWithNestedObjectWithNullCheck
Microsoft.AspNetCore.JsonPatch.Tests (1)
IntegrationTests\NestedObjectIntegrationTest.cs (1)
18
var targetObject = new
SimpleObjectWithNestedObjectWithNullCheck
()
2 references to SimpleObjectWithNestedObjectWithNullCheck
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\NestedObjectIntegrationTest.cs (2)
18
var
targetObject = new SimpleObjectWithNestedObjectWithNullCheck()
26
var patchDocument = new JsonPatchDocument<
SimpleObjectWithNestedObjectWithNullCheck
>();