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