7 references to stind_i8
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
685case ILOpcode.stind_i8:
Compiler\TypePreinit.cs (3)
1767case ILOpcode.stind_i8: 1777TypeFlags.Int64 or TypeFlags.UInt64 => ILOpcode.stind_i8, 1788ILOpcode.stind_i8 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.UInt64)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
555case ILOpcode.stind_i8:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
294case ILOpcode.stind_i8:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
310Emit(ILOpcode.stind_i8);