4 overrides of GetRawConstantValue
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
292public sealed override object GetRawConstantValue() => GetConstantValue(raw: true);
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
126public override object? GetRawConstantValue()
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
141public sealed override object GetRawConstantValue()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
152public sealed override object? GetRawConstantValue()
1 reference to GetRawConstantValue
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
128return UnderlyingProperty.GetRawConstantValue();