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