2 references to ReadJsonAndAddExtensionProperty
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
245
if (!jsonPropertyInfo.
ReadJsonAndAddExtensionProperty
(obj, ref state, ref reader))
494
jsonPropertyInfo.
ReadJsonAndAddExtensionProperty
(obj, ref state, ref reader);