Getting projections from MethodCallExpression

I have a Linq query with a select, from my Linq query provider it I get an expression tree containing a MethodCallExpression, but just how can I get the select projections from the MethodCallExpression?