2 writes to _body
System.Linq.Expressions (2)
System\Linq\Expressions\BlockExpression.cs (2)
549_body = body; 583return ReturnReadOnlyExpressions(this, ref _body);
4 references to _body
System.Linq.Expressions (4)
System\Linq\Expressions\BlockExpression.cs (4)
557if (_body is ReadOnlyCollection<Expression> alreadyCollection) 565return ExpressionUtils.ReturnObject<Expression>(_body) == en.Current; 5750 => ExpressionUtils.ReturnObject<Expression>(_body), 592return new Scope1(variables, _body);