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