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