7 references to stind_i2
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
683
case ILOpcode.
stind_i2
:
Compiler\TypePreinit.cs (3)
1765
case ILOpcode.
stind_i2
:
1775
TypeFlags.Int16 or TypeFlags.Char or TypeFlags.UInt16 => ILOpcode.
stind_i2
,
1786
ILOpcode.
stind_i2
=> stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt16)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
549
case ILOpcode.
stind_i2
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
292
case ILOpcode.
stind_i2
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
302
Emit(ILOpcode.
stind_i2
);