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