6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (3)
11231
return node.
Update
(operand, targetType, operandPlaceholder, operandConversion, type);
13239
updatedNode = node.
Update
(operand, targetType, operandPlaceholder, operandConversion, infoAndType.Type!);
13244
updatedNode = node.
Update
(operand, targetType, operandPlaceholder, operandConversion, node.Type);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
372
node = node.
Update
(operand, node.TargetType, node.OperandPlaceholder, node.OperandConversion, node.Type);
Lowering\LocalRewriter\LocalRewriter_AsOperator.cs (1)
95
return oldNode.
Update
(rewrittenOperand, rewrittenTargetType, operandPlaceholder: null, operandConversion: null, rewrittenType);
Lowering\SpillSequenceSpiller.cs (1)
854
return UpdateExpression(builder, node.
Update
(operand, node.TargetType, node.OperandPlaceholder, node.OperandConversion, node.Type));