7 references to stind_i4
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
684case ILOpcode.stind_i4:
Compiler\TypePreinit.cs (3)
1766case ILOpcode.stind_i4: 1776TypeFlags.Int32 or TypeFlags.UInt32 => ILOpcode.stind_i4, 1787ILOpcode.stind_i4 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt32)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
552case ILOpcode.stind_i4:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
293case ILOpcode.stind_i4:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
306Emit(ILOpcode.stind_i4);