CodeGen\Optimizer.cs (4)
907node.Update(sequence.Value, node.Right, node.IsRef, node.Type),
1015return node.Update(left, right, node.IsRef, node.Type);
1082Debug.Assert(!IsIndirectAssignment(node.Update(((BoundSequence)node.Left).Value, node.Right, node.IsRef, node.Type)),
2215return node.Update(left, right, node.IsRef, node.Type);