3 references to GetValue
System.Private.CoreLib (3)
src\System\Reflection\MdFieldInfo.cs (1)
94
object? value = MdConstant.
GetValue
(GetRuntimeModule().MetadataImport, m_tkField, FieldType.TypeHandle, raw);
src\System\Reflection\RuntimeParameterInfo.cs (1)
347
defaultValue = MdConstant.
GetValue
(m_scope, m_tkParamDef, ParameterType.TypeHandle, raw);
src\System\Reflection\RuntimePropertyInfo.cs (1)
214
object? defaultValue = MdConstant.
GetValue
(GetRuntimeModule().MetadataImport, m_token, PropertyType.TypeHandle, raw);