5 references to ldind_i
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (1)
546
case ILOpcode.
ldind_i
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
531
case ILOpcode.
ldind_i
:
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
449
codeStream.Emit(ILOpcode.
ldind_i
);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
378
case ILOpcode.
ldind_i
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
271
Emit(ILOpcode.
ldind_i
);