Skip to content

Commit

Permalink
Update src/libraries/System.Reflection.Emit/src/System/Reflection/Emi…
Browse files Browse the repository at this point in the history
…t/TypeBuilderImpl.cs

Co-authored-by: Aaron Robinson <arobins@microsoft.com>
  • Loading branch information
buyaa-n and AaronRobinsonMSFT committed Jan 11, 2024
1 parent 1be0fb3 commit 9fbe2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal sealed class TypeBuilderImpl : TypeBuilder
// Only for creating the global type
internal TypeBuilderImpl(ModuleBuilderImpl module)
{
_name = "<Module>";
_name = "<Module>"; // Defined in ECMA-335 II.10.8
_module = module;
_isHiddenGlobalType = true;
_handle = MetadataTokens.TypeDefinitionHandle(1);
Expand Down

0 comments on commit 9fbe2cf

Please sign in to comment.