8 references to stind_i
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
681case ILOpcode.stind_i:
Compiler\TypePreinit.cs (3)
1763case ILOpcode.stind_i: 1778TypeFlags.IntPtr or TypeFlags.UIntPtr => ILOpcode.stind_i, 1789ILOpcode.stind_i => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UIntPtr)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
844case ILOpcode.stind_i:
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (1)
145getFieldStream.Emit(ILOpcode.stind_i);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
290case ILOpcode.stind_i:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
322Emit(ILOpcode.stind_i);