2 references to MethodCallExpressionN
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
458
expr = new
MethodCallExpressionN
(node.Method, cr[1, -1]!);
System\Linq\Expressions\MethodCallExpression.cs (1)
1231
return new
MethodCallExpressionN
(method, argList);