10 references to ldarg
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (2)
485
case ILOpcode.
ldarg
:
495
ILOpcode.
ldarg
=> reader.ReadILUInt16(),
Compiler\TypePreinit.cs (2)
977
case ILOpcode.
ldarg
:
982
ILOpcode.
ldarg
=> reader.ReadILUInt16(),
IL\TypeEqualityPatternAnalyzer.cs (1)
167
or ILOpcode.ldloc or ILOpcode.ldloc_s or ILOpcode.
ldarg
or ILOpcode.ldarg_s;
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
135
case ILOpcode.
ldarg
:
864
case ILOpcode.
ldarg
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
310
case ILOpcode.
ldarg
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
101
case ILOpcode.
ldarg
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
122
Emit(ILOpcode.
ldarg
);