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