6 references to ldind_u2
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
554
case ILOpcode.
ldind_u2
:
Compiler\TypePreinit.cs (2)
1729
case ILOpcode.
ldind_u2
:
1739
ILOpcode.
ldind_u2
=> context.GetWellKnownType(WellKnownType.UInt16),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
519
case ILOpcode.
ldind_u2
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
387
case ILOpcode.
ldind_u2
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
249
Emit(ILOpcode.
ldind_u2
);