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