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