9 references to ldind_i4
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (1)
549case ILOpcode.ldind_i4:
Compiler\ReachabilityInstrumentationProvider.cs (1)
254codeStream.Emit(ILOpcode.ldind_i4);
Compiler\TypePreinit.cs (2)
1730case ILOpcode.ldind_i4: 1740ILOpcode.ldind_i4 => context.GetWellKnownType(WellKnownType.Int32),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
522case ILOpcode.ldind_i4:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (2)
159codeStream.Emit(ILOpcode.ldind_i4); 180codeStream.Emit(ILOpcode.ldind_i4);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
381case ILOpcode.ldind_i4:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
255Emit(ILOpcode.ldind_i4);