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