1 write to _right
System.Core (1)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
45_right = right;
7 references to _right
System.Core (7)
Microsoft\Scripting\Ast\BinaryExpression.cs (7)
83get { return _right; } 200Expression r = Expression.MakeBinary(op, _left, _right, false, Method); 228Expression e2 = Expression.MakeBinary(op, Expression.MakeMemberAccess(temp1, member.Member), _right, false, Method); 282Expression op = Expression.MakeBinary(binaryOp, tempIndex, _right, false, Method); 361Type right = _right.Type; 377Type right = _right.Type; 434Assign(right, _right),