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/EcmaType.Serialization.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs
index 0f826f68936..9cfd879b023 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs
@@ -5,7 +5,7 @@ using System.Reflection;
namespace Internal.TypeSystem.Ecma
{
- partial class EcmaType
+ public partial class EcmaType
{
public override bool IsSerializable
{