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