2 references to GetValue
System.Private.CoreLib (2)
src\System\Reflection\MdFieldInfo.cs (2)
85return GetValue(false); 88public override object? GetRawConstantValue() { return GetValue(true); }