فهرست منبع

hide helper methods to the world

svn path=/trunk/mcs/; revision=102366
Jb Evain 17 سال پیش
والد
کامیت
04b6830abb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mcs/class/System.Core/System.Linq.Expressions/Expression.cs

+ 2 - 2
mcs/class/System.Core/System.Linq.Expressions/Expression.cs

@@ -1078,7 +1078,7 @@ namespace System.Linq.Expressions {
 			return t.IsPrimitive;
 		}
 
-		protected static bool IsPrimitiveConversion (Type type, Type target)
+		protected internal static bool IsPrimitiveConversion (Type type, Type target)
 		{
 			if (type == target)
 				return true;
@@ -1089,7 +1089,7 @@ namespace System.Linq.Expressions {
 			return false;
 		}
 
-		protected static bool IsReferenceConversion (Type type, Type target)
+		protected internal static bool IsReferenceConversion (Type type, Type target)
 		{
 			if (type == target)
 				return true;