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/EcmaMethod.Sorting.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs
index 09ea200aa06..3ad587d76bb 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs
@@ -6,7 +6,7 @@ using System.Reflection.Metadata.Ecma335;
namespace Internal.TypeSystem.Ecma
{
// Functionality related to deterministic ordering of types
- partial class EcmaMethod
+ public partial class EcmaMethod
{
protected internal override int ClassCode => 1419431046;