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