7 references to stind_i1
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
682case ILOpcode.stind_i1:
Compiler\TypePreinit.cs (3)
1764case ILOpcode.stind_i1: 1774TypeFlags.SByte or TypeFlags.Boolean or TypeFlags.Byte => ILOpcode.stind_i1, 1785ILOpcode.stind_i1 => stack.PopIntoLocation(context.GetWellKnownType(WellKnownType.Byte)),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
546case ILOpcode.stind_i1:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
291case ILOpcode.stind_i1:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
297Emit(ILOpcode.stind_i1);