1 write to _arg2
System.Core (1)
Microsoft\Scripting\Ast\MethodCallExpression.cs (1)
473
_arg2
= arg2;
2 references to _arg2
System.Core (2)
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
480
case 2: return
_arg2
;
506
return Expression.Call(instance, Method, ReturnObject<Expression>(_arg0), _arg1,
_arg2
);