protected internal override MAst Transform() { return(MAst.Call(Target.Transform(), _methodInfo, from arg in Args select arg.Transform())); }