5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (3)
11113
return node.
Update
(expression, type);
12941
updatedNode = node.
Update
(expression, infoAndType.Type!);
12946
updatedNode = node.
Update
(expression, node.Type);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
592
return arrLength.
Update
(arrLength.Expression, _factory.SpecialType(SpecialType.System_UIntPtr));
Lowering\SpillSequenceSpiller.cs (1)
845
return UpdateExpression(builder, node.
Update
(expression, node.Type));