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