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