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