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