4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
11320
return node.
Update
(operand, conversionMethod, type);
13471
updatedNode = node.
Update
(operand, conversionMethod, infoAndType.Type!);
13476
updatedNode = node.
Update
(operand, conversionMethod, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
1515
return UpdateExpression(builder, node.
Update
(operand, node.ConversionMethod, node.Type));