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