CodeGen\Optimizer.cs (4)
908node.Update(sequence.Value, node.Right, node.IsRef, node.Type),
1006return node.Update(left, right, node.IsRef, node.Type);
1073Debug.Assert(!IsIndirectAssignment(node.Update(((BoundSequence)node.Left).Value, node.Right, node.IsRef, node.Type)),
2206return node.Update(left, right, node.IsRef, node.Type);