5 references to ImportLoadInt
ILCompiler.Compiler (5)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (5)
387ImportLoadInt(-1, StackValueKind.Int32); 398ImportLoadInt(opCode - ILOpcode.ldc_i4_0, StackValueKind.Int32); 401ImportLoadInt((sbyte)ReadILByte(), StackValueKind.Int32); 404ImportLoadInt((int)ReadILUInt32(), StackValueKind.Int32); 407ImportLoadInt((long)ReadILUInt64(), StackValueKind.Int64);