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/Ecma/EcmaModule.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs
index a86c4f030d5..86ec5968907 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs
@@ -7,7 +7,7 @@ using Debug = System.Diagnostics.Debug;
namespace Internal.TypeSystem.Ecma
{
- partial class EcmaModule
+ public partial class EcmaModule
{
public int CompareTo(EcmaModule other)
{