6 references to ldind_i1
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
547
case ILOpcode.
ldind_i1
:
Compiler\TypePreinit.cs (2)
1726
case ILOpcode.
ldind_i1
:
1736
ILOpcode.
ldind_i1
=> context.GetWellKnownType(WellKnownType.SByte),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
510
case ILOpcode.
ldind_i1
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
379
case ILOpcode.
ldind_i1
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
238
Emit(ILOpcode.
ldind_i1
);