System\Xml\Xsl\IlGen\XmlIlVisitor.cs (5)
960this.helper.Emit(OpCodes.Switch, switchLabels);
1150this.helper.Emit(OpCodes.Switch, arrSwitchLabels);
1238this.helper.Emit(OpCodes.Switch, new Label[] {lblInitRight, lblNextLeft, lblNextRight});
1242this.helper.Emit(OpCodes.Switch, new Label[] {this.iterCurr.GetLabelNext(), lblInitRight, lblNextLeft, lblNextRight});
3797this.helper.Emit(OpCodes.Switch, new Label[] {this.iterCurr.GetLabelNext(), this.iterNested.GetLabelNext()});