internal static NotSupportedException MethodNotSupported(System.Linq.Expressions.MethodCallExpression m)
 {
     return(Error.NotSupported(Strings.ALinq_MethodNotSupported(m.Method.Name)));
 }