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