1 override of GetValueAsObject
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
160internal override object? GetValueAsObject(object obj)
3 references to GetValueAsObject
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
239object extDictionary = jsonPropertyInfo.GetValueAsObject(obj)!;
System\Text\Json\Serialization\JsonSerializer.Read.HandlePropertyName.cs (1)
112object? extensionData = jsonPropertyInfo.GetValueAsObject(obj);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
853object propValue = GetValueAsObject(obj)!;