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/Interop/IL/InlineArrayType.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs
index a6d57faa45a..ca637423c2c 100644
--- a/src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Interop/IL/InlineArrayType.Sorting.cs
@@ -4,7 +4,7 @@
namespace Internal.TypeSystem.Interop
{
// Functionality related to deterministic ordering of types
- partial class InlineArrayType
+ internal partial class InlineArrayType
{
protected override int ClassCode => 226817075;
@@ -18,7 +18,7 @@ namespace Internal.TypeSystem.Interop
return comparer.Compare(ElementType, otherType.ElementType);
}
- partial class InlineArrayMethod
+ private partial class InlineArrayMethod
{
protected override int ClassCode => -1303220581;
@@ -34,7 +34,7 @@ namespace Internal.TypeSystem.Interop
}
}
- partial class InlineArrayField
+ private partial class InlineArrayField
{
protected override int ClassCode => 1542668652;