23 references to ldarg_1
ILCompiler.Compiler (14)
Compiler\Dataflow\MethodBodyScanner.cs (1)
487case ILOpcode.ldarg_1:
Compiler\TypePreinit.cs (1)
973case ILOpcode.ldarg_1:
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (1)
92codeStream.Emit(ILOpcode.ldarg_1); // argv
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
371case ILOpcode.ldarg_1:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (2)
207(byte)ILOpcode.ldarg_1, 244(byte)ILOpcode.ldarg_1,
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (8)
31return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.add, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null); 53(byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, 59(byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, 65(byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, 71(byte)ILOpcode.ldarg_1, (byte)ILOpcode.ldarg_0, 91return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.sub, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null); 107codeStream.Emit(ILOpcode.ldarg_1); 127codeStream.Emit(ILOpcode.ldarg_1);
ILCompiler.ReadyToRun (8)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (8)
31return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.add, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null); 53(byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, 59(byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, 65(byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, 71(byte)ILOpcode.ldarg_1, (byte)ILOpcode.ldarg_0, 91return new ILStubMethodIL(method, new byte[] { (byte)ILOpcode.ldarg_0, (byte)ILOpcode.ldarg_1, (byte)ILOpcode.sub, (byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null); 107codeStream.Emit(ILOpcode.ldarg_1); 127codeStream.Emit(ILOpcode.ldarg_1);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
103case ILOpcode.ldarg_1: