2 writes to _arg0
System.Linq.Expressions (2)
System\Linq\Expressions\MethodCallExpression.cs (2)
533
_arg0
= arg0;
592
return ExpressionUtils.ReturnReadOnly(this, ref
_arg0
);
4 references to _arg0
System.Linq.Expressions (4)
System\Linq\Expressions\MethodCallExpression.cs (4)
544
0 => ExpressionUtils.ReturnObject<Expression>(
_arg0
),
559
if (
_arg0
is ReadOnlyCollection<Expression> alreadyCollection)
567
if (en.Current ==
_arg0
)
605
return Expression.Call(Method, ExpressionUtils.ReturnObject<Expression>(
_arg0
), _arg1, _arg2, _arg3, _arg4);