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