6 references to ldind_i8
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
550case ILOpcode.ldind_i8:
Compiler\TypePreinit.cs (2)
1732case ILOpcode.ldind_i8: 1742ILOpcode.ldind_i8 => context.GetWellKnownType(WellKnownType.Int64),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
528case ILOpcode.ldind_i8:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
382case ILOpcode.ldind_i8:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
259Emit(ILOpcode.ldind_i8);