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