4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
11477
return node.
Update
(bounds, initializerOpt, type);
13828
updatedNode = node.
Update
(bounds, initializerOpt, infoAndType.Type!);
13833
updatedNode = node.
Update
(bounds, initializerOpt, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
752
return UpdateExpression(builder, node.
Update
(bounds, init, node.Type));