Microsoft.CSharp.RuntimeBinder.ExpressionTreeCallRewriter
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class ExpressionTreeCallRewriter : ExprVisitorBase
{
public static Expression Rewrite(ExprBinOp binOp, Expression[] listOfParameters);
}
}