We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63c34 commit c884d43Copy full SHA for c884d43
src/mono/mono/metadata/sre.c
@@ -2555,6 +2555,7 @@ reflection_setup_internal_class_internal (MonoReflectionTypeBuilderHandle ref_tb
2555
klass->inited = 1; /* we lie to the runtime */
2556
klass->name = mono_string_to_utf8_image (klass->image, ref_name, error);
2557
goto_if_nok (error, leave);
2558
+ klass->name_hash = mono_metadata_str_hash (klass->name);
2559
klass->name_space = mono_string_to_utf8_image (klass->image, ref_nspace, error);
2560
2561
klass->type_token = MONO_TOKEN_TYPE_DEF | table_idx;
0 commit comments