10 references to ldarga_s
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (3)
492
case ILOpcode.
ldarga_s
:
498
ILOpcode.
ldarga_s
=> reader.ReadILByte(),
890
bool isByRef = opcode == ILOpcode.ldarga || opcode == ILOpcode.
ldarga_s
;
Compiler\TypePreinit.cs (2)
1093
case ILOpcode.
ldarga_s
:
1100
ILOpcode.ldloca_s or ILOpcode.
ldarga_s
=> reader.ReadILByte(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
125
case ILOpcode.
ldarga_s
:
391
case ILOpcode.
ldarga_s
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
294
case ILOpcode.
ldarga_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
108
case ILOpcode.
ldarga_s
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
132
Emit(ILOpcode.
ldarga_s
);