3 references to GetValue
mscorlib (3)
system\reflection\fieldinfo.cs (1)
923
Object value = MdConstant.
GetValue
(GetRuntimeModule().MetadataImport, m_tkField, FieldType.GetTypeHandleInternal(), raw);
system\reflection\parameterinfo.cs (1)
640
defaultValue = MdConstant.
GetValue
(m_scope, m_tkParamDef, ParameterType.GetTypeHandleInternal(), raw);
system\reflection\propertyinfo.cs (1)
473
Object defaultValue = MdConstant.
GetValue
(GetRuntimeModule().MetadataImport, m_token, PropertyType.GetTypeHandleInternal(), raw);