17 references to switch_
ILCompiler.Compiler (10)
Compiler\Dataflow\MethodBodyScanner.cs (1)
818case ILOpcode.switch_:
Compiler\Dataflow\ScannerExtensions.cs (2)
42case ILOpcode.switch_: 65else if (opcode == ILOpcode.switch_)
Compiler\SubstitutedILProvider.cs (3)
213else if (opcode == ILOpcode.switch_) 388else if (opcode == ILOpcode.switch_) 551if (opcode == ILOpcode.switch_)
Compiler\TypePreinit.cs (1)
1276case ILOpcode.switch_:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
251case ILOpcode.switch_: 498case ILOpcode.switch_:
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
129if (opcode != ILOpcode.switch_)
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
690if (ilOpcode.IsBranch() || ilOpcode == ILOpcode.switch_)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
129if (opcode != ILOpcode.switch_)
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
129if (opcode != ILOpcode.switch_)
ILCompiler.TypeSystem (4)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
412case ILOpcode.switch_:
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
129if (opcode != ILOpcode.switch_)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
170case ILOpcode.switch_:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
215Emit(ILOpcode.switch_);