2 references to GetConstantValue
System.Private.CoreLib (2)
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (2)
291
public sealed override object GetConstantValue() =>
GetConstantValue
(raw: false);
292
public sealed override object GetRawConstantValue() =>
GetConstantValue
(raw: true);