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