public SelectVariableNameExpression(string varName, VariableBindingType bindingType, Type resultType) : 
#if WINDOWS_PHONE || PORTABLE
            base(resultType) // Results in an Extension ExpressionType (according to the docs)
#else
            base(resultType, ExpressionType.Extension)
        public SelectVariableNameExpression(string varName, VariableBindingType bindingType, Type resultType) :
#if WINDOWS_PHONE || PORTABLE
            base(resultType) // Results in an Extension ExpressionType (according to the docs)
#else
            base(resultType, ExpressionType.Extension)