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