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