4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitStatement.cs (1)
2000return node.Update(expression, casesBuilder.ToImmutableAndFree(), defaultClone, lengthBasedSwitchData);
CodeGen\Optimizer.cs (1)
1447return node.Update(boundExpression, node.Cases, node.DefaultLabel, node.LengthBasedStringSwitchDataOpt);
Generated\BoundNodes.xml.Generated.cs (1)
11444return node.Update(expression, node.Cases, defaultLabel, node.LengthBasedStringSwitchDataOpt);
Lowering\SpillSequenceSpiller.cs (1)
667return UpdateStatement(builder, node.Update(expression, node.Cases, node.DefaultLabel, node.LengthBasedStringSwitchDataOpt));