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