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/Canon/InstantiatedType.Canon.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs b/src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs
index 5bbbffc42f9..d57b2e19f9b 100644
--- a/src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs
@@ -4,7 +4,7 @@
namespace Internal.TypeSystem
{
// Implements canonicalization for generic instantiations
- partial class InstantiatedType
+ public partial class InstantiatedType
{
public override bool IsCanonicalSubtype(CanonicalFormKind policy)
{