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