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