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/Sorting/SignatureVariable.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs
index ddfdbb065da..b11a1b3f414 100644
--- a/src/coreclr/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs
@@ -1,12 +1,10 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-using System;
-
namespace Internal.TypeSystem
{
// Functionality related to deterministic ordering of types
- partial class SignatureVariable
+ public partial class SignatureVariable
{
protected internal sealed override int CompareToImpl(TypeDesc other, TypeSystemComparer comparer)
{
@@ -14,7 +12,7 @@ namespace Internal.TypeSystem
}
}
- partial class SignatureTypeVariable
+ public partial class SignatureTypeVariable
{
protected internal override int ClassCode
{
@@ -25,7 +23,7 @@ namespace Internal.TypeSystem
}
}
- partial class SignatureMethodVariable
+ public partial class SignatureMethodVariable
{
protected internal override int ClassCode
{