5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (1)
594
expr = pointerIndirection.
Update
(pointerIndirection.Operand, refersToLocation: true, pointerIndirection.Type);
Generated\BoundNodes.xml.Generated.cs (3)
11024
return node.
Update
(operand, node.RefersToLocation, type);
12797
updatedNode = node.
Update
(operand, node.RefersToLocation, infoAndType.Type!);
12802
updatedNode = node.
Update
(operand, node.RefersToLocation, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
1445
return UpdateExpression(builder, node.
Update
(operand, node.RefersToLocation, node.Type));