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