2 writes to _arg0
System.Linq.Expressions (2)
System\Linq\Expressions\DynamicExpression.cs (2)
743
_arg0
= arg0;
794
return ExpressionUtils.ReturnReadOnly(this, ref
_arg0
);
3 references to _arg0
System.Linq.Expressions (3)
System\Linq\Expressions\DynamicExpression.cs (3)
752
0 => ExpressionUtils.ReturnObject<Expression>(
_arg0
),
765
if (
_arg0
is ReadOnlyCollection<Expression> alreadyCollection)
773
if (en.Current ==
_arg0
)