5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (3)
11114
return node.
Update
(expression, type);
12942
updatedNode = node.
Update
(expression, infoAndType.Type!);
12947
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));