2 writes to _arg0
System.Core (2)
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
213
_arg0
= arg0;
230
return ReturnReadOnly(this, ref
_arg0
);
2 references to _arg0
System.Core (2)
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
218
case 0: return ReturnObject<Expression>(
_arg0
);
241
return Expression.Call(Method, ReturnObject<Expression>(
_arg0
));