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