3 references to SetCreateObjectIfCompatible
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
69typeInfo.SetCreateObjectIfCompatible(createObject);
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (2)
43typeInfo.SetCreateObjectIfCompatible(objectInfo.ObjectCreator); 93typeInfo.SetCreateObjectIfCompatible(collectionInfo.ObjectCreator);