3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\Optimizer.cs (1)
1448
return node.
Update
(boundExpression, node.Cases, node.DefaultLabel, node.LengthBasedStringSwitchDataOpt);
Generated\BoundNodes.xml.Generated.cs (1)
11358
return node.
Update
(expression, node.Cases, node.DefaultLabel, node.LengthBasedStringSwitchDataOpt);
Lowering\SpillSequenceSpiller.cs (1)
667
return UpdateStatement(builder, node.
Update
(expression, node.Cases, node.DefaultLabel, node.LengthBasedStringSwitchDataOpt));