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/Serialization/TypeDesc.Serialization.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs b/src/coreclr/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs
index 9c4fcf89376..ff129b0885a 100644
--- a/src/coreclr/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs
@@ -3,7 +3,7 @@
namespace Internal.TypeSystem
{
- partial class TypeDesc
+ public partial class TypeDesc
{
/// <summary>
/// Gets a value indicating whether this type is serializable.
@@ -17,7 +17,7 @@ namespace Internal.TypeSystem
}
}
- partial class InstantiatedType
+ public partial class InstantiatedType
{
public override bool IsSerializable
{