6 references to stelem_i1
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (1)
636case ILOpcode.stelem_i1:
Compiler\TypePreinit.cs (2)
1578case ILOpcode.stelem_i1: 1588ILOpcode.stelem_i1 => context.GetWellKnownType(WellKnownType.SByte),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
737case ILOpcode.stelem_i1:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
307case ILOpcode.stelem_i1:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
347Emit(ILOpcode.stelem_i1);