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/NativeStructType.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs
index e66dc55d975..1796d26e607 100644
--- a/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.Sorting.cs
@@ -4,7 +4,7 @@
namespace Internal.TypeSystem.Interop
{
// Functionality related to deterministic ordering of types
- partial class NativeStructType
+ public partial class NativeStructType
{
protected override int ClassCode => -377751537;
@@ -13,7 +13,7 @@ namespace Internal.TypeSystem.Interop
return comparer.Compare(ManagedStructType, ((NativeStructType)other).ManagedStructType);
}
- partial class NativeStructField
+ private sealed partial class NativeStructField
{
protected override int ClassCode => 1580219745;