8 references to Update
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\Optimizer.cs (3)
1537
left = binary.
Update
(binary.OperatorKind, binary.ConstantValueOpt, binary.BinaryOperatorMethod, binary.ConstrainedToType, binary.ResultKind, left, right, type);
1572
return node.
Update
(node.OperatorKind, node.ConstantValueOpt, node.BinaryOperatorMethod, node.ConstrainedToType, node.ResultKind, left, right, node.Type);
2114
left = binary.
Update
(binary.OperatorKind, binary.ConstantValueOpt, binary.BinaryOperatorMethod, binary.ConstrainedToType, binary.ResultKind, left, right, type);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (4)
541
oldNode.
Update
(operatorKind, oldNode.ConstantValueOpt, oldNode.BinaryOperatorMethod, oldNode.ConstrainedToType, oldNode.ResultKind, loweredLeft, loweredRight, type) :
2018
return oldNode.
Update
(operatorKind, oldNode.ConstantValueOpt, oldNode.BinaryOperatorMethod, oldNode.ConstrainedToType, oldNode.ResultKind, loweredLeft, loweredRight, type);
2196
: oldNode.
Update
(
2261
: oldNode.
Update
(operatorKind, null, methodOpt: null, constrainedToTypeOpt: null,
Lowering\SpillSequenceSpiller.cs (1)
1026
return UpdateExpression(builder, node.
Update
(node.OperatorKind, node.ConstantValueOpt, node.BinaryOperatorMethod, node.ConstrainedToType, node.ResultKind, left, right, node.Type));