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/ArrayType.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs
index 30993214e5d..bdd089e939c 100644
--- a/src/coreclr/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs
@@ -4,7 +4,7 @@
namespace Internal.TypeSystem
{
// Functionality related to deterministic ordering of types
- partial class ArrayType
+ public partial class ArrayType
{
protected internal override int ClassCode => -1274559616;
@@ -19,7 +19,7 @@ namespace Internal.TypeSystem
}
}
- partial class ArrayMethod
+ public partial class ArrayMethod
{
protected internal override int ClassCode => 487354154;