|
|
return Expression.Call(obj, node.Method, args);
|
|
return Expression.Call(obj, node.Method, args);
|
|
|
// Find a corresponding method in the non-expression world, e.g. rewriting from
|
|
// Find a corresponding method in the non-expression world, e.g. rewriting from
|