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.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.cs b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.cs
index dc8fba49876..f1eb89c48d5 100644
--- a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.cs
+++ b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/EnumThunks.cs
@@ -12,7 +12,7 @@ namespace Internal.IL.Stubs
/// This method prevents boxing of 'this' that would be required before a call to
/// the System.Enum's default implementation.
/// </summary>
- internal partial class EnumGetHashCodeThunk : ILStubMethod
+ internal sealed partial class EnumGetHashCodeThunk : ILStubMethod
{
private TypeDesc _owningType;
private MethodSignature _signature;
@@ -103,7 +103,7 @@ namespace Internal.IL.Stubs
/// This method prevents boxing of 'this' that would be required before a call to
/// the System.Enum's default implementation.
/// </summary>
- internal partial class EnumEqualsThunk : ILStubMethod
+ internal sealed partial class EnumEqualsThunk : ILStubMethod
{
private TypeDesc _owningType;
private MethodSignature _signature;