9 references to Switch
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
1061_ilg.Emit(OpCodes.Switch, table); 1322_ilg.Emit(OpCodes.Switch, table);
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
549_ilg.Emit(OpCodes.Switch, jmpLabels);
System.Data.SqlXml (5)
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()});
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
1846ilGen.Emit(OpCodes.Switch, caseLabels);