Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.Sorting.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.Sorting.cs
index 33b07a8e86f..b8b935da92f 100644
--- a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.Sorting.cs
@@ -6,7 +6,7 @@ using Internal.TypeSystem;
namespace Internal.IL.Stubs
{
// Functionality related to deterministic ordering of types
- partial class EnumGetHashCodeThunk
+ internal partial class EnumGetHashCodeThunk
{
protected override int ClassCode => 261739662;
@@ -17,7 +17,7 @@ namespace Internal.IL.Stubs
}
}
- partial class EnumEqualsThunk
+ internal partial class EnumEqualsThunk
{
protected override int ClassCode => -1774524780;