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