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