5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\Optimizer.cs (1)
1583
return node.
Update
(left, right, node.LeftPlaceholder, node.LeftConversion, node.OperatorResultKind, @checked: node.Checked, node.Type);
Generated\BoundNodes.xml.Generated.cs (3)
11070
return node.
Update
(leftOperand, rightOperand, leftPlaceholder, leftConversion, node.OperatorResultKind, node.Checked, type);
12832
updatedNode = node.
Update
(leftOperand, rightOperand, leftPlaceholder, leftConversion, node.OperatorResultKind, node.Checked, infoAndType.Type!);
12837
updatedNode = node.
Update
(leftOperand, rightOperand, leftPlaceholder, leftConversion, node.OperatorResultKind, node.Checked, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
1260
return UpdateExpression(builder, node.
Update
(left, right, node.LeftPlaceholder, node.LeftConversion, node.OperatorResultKind, @checked: node.Checked, node.Type));