6 references to ldind_u4
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
555
case ILOpcode.
ldind_u4
:
Compiler\TypePreinit.cs (2)
1731
case ILOpcode.
ldind_u4
:
1741
ILOpcode.
ldind_u4
=> context.GetWellKnownType(WellKnownType.UInt32),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
525
case ILOpcode.
ldind_u4
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
388
case ILOpcode.
ldind_u4
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
252
Emit(ILOpcode.
ldind_u4
);