2 references to GetConstantValue
System.Private.CoreLib (2)
src\System\Reflection\RuntimePropertyInfo.cs (2)
224public override object? GetConstantValue() { return GetConstantValue(false); } 226public override object? GetRawConstantValue() { return GetConstantValue(true); }