6 references to ldind_i2
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
548case ILOpcode.ldind_i2:
Compiler\TypePreinit.cs (2)
1728case ILOpcode.ldind_i2: 1738ILOpcode.ldind_i2 => context.GetWellKnownType(WellKnownType.Int16),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
516case ILOpcode.ldind_i2:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
380case ILOpcode.ldind_i2:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
245Emit(ILOpcode.ldind_i2);