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