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