6 references to ldind_u1
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
553case ILOpcode.ldind_u1:
Compiler\TypePreinit.cs (2)
1727case ILOpcode.ldind_u1: 1737ILOpcode.ldind_u1 => context.GetWellKnownType(WellKnownType.Byte),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
513case ILOpcode.ldind_u1:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
386case ILOpcode.ldind_u1:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
242Emit(ILOpcode.ldind_u1);