13 references to ldc_i4_s
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
455
case ILOpcode.
ldc_i4_s
:
Compiler\SubstitutedILProvider.cs (2)
703
case ILOpcode.
ldc_i4_s
: stack.Push((sbyte)reader.ReadILByte()); break;
892
else if (opcode == ILOpcode.
ldc_i4_s
)
Compiler\TypePreinit.cs (2)
238
case ILOpcode.
ldc_i4_s
:
253
ILOpcode.
ldc_i4_s
=> (sbyte)reader.ReadILByte(),
IL\RvaIntrinsicPatternAnalyzer.cs (1)
267
case ILOpcode.
ldc_i4_s
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
130
case ILOpcode.
ldc_i4_s
:
423
case ILOpcode.
ldc_i4_s
:
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
495
case ILOpcode.
ldc_i4_s
:
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
495
case ILOpcode.
ldc_i4_s
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
299
case ILOpcode.
ldc_i4_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
91
case ILOpcode.
ldc_i4_s
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
103
Emit(ILOpcode.
ldc_i4_s
);