public override BoundNode VisitSwitchStatement(BoundSwitchStatement node)
 {
     return(SwitchStatementLocalRewriter.Rewrite(this, node));
 }