1 write to _arg3
System.Core (1)
Microsoft\Scripting\Ast\MethodCallExpression.cs (1)
377
_arg3
= arg3;
2 references to _arg3
System.Core (2)
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
386
case 3: return
_arg3
;
410
return Expression.Call(Method, ReturnObject<Expression>(_arg0), _arg1, _arg2,
_arg3
, _arg4);