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