1 write to _arg1
System.Core (1)
Microsoft\Scripting\Ast\MethodCallExpression.cs (1)
425
_arg1
= arg1;
2 references to _arg1
System.Core (2)
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
431
case 1: return
_arg1
;
457
return Expression.Call(instance, Method, ReturnObject<Expression>(_arg0),
_arg1
);