18 references to ldloc_0
ILCompiler.Compiler (16)
Compiler\Dataflow\MethodBodyScanner.cs (2)
504
case ILOpcode.
ldloc_0
:
517
_ => opcode - ILOpcode.
ldloc_0
Compiler\SubstitutedILProvider.cs (2)
903
(opcode >= ILOpcode.
ldloc_0
&& opcode <= ILOpcode.ldloc_3)) &&
911
_ => opcode - ILOpcode.
ldloc_0
,
Compiler\TypePreinit.cs (2)
1037
case ILOpcode.
ldloc_0
:
1048
_ => opcode - ILOpcode.
ldloc_0
,
IL\IsInstCheckPatternAnalyzer.cs (4)
80
if (opcode == ILOpcode.ldloc || opcode == ILOpcode.ldloc_s || (opcode >= ILOpcode.
ldloc_0
&& opcode <= ILOpcode.ldloc_3))
92
if (opcode == ILOpcode.ldloc || opcode == ILOpcode.ldloc_s || (opcode >= ILOpcode.
ldloc_0
&& opcode <= ILOpcode.ldloc_3))
115
return (otherOpcode == ILOpcode.ldloc || otherOpcode == ILOpcode.ldloc_s || (otherOpcode >= ILOpcode.
ldloc_0
&& otherOpcode <= ILOpcode.ldloc_3))
120
_ => otherOpcode - ILOpcode.
ldloc_0
,
IL\TypeEqualityPatternAnalyzer.cs (4)
136
_state = opcode is ILOpcode.ldloc or ILOpcode.ldloc_s or (>= ILOpcode.
ldloc_0
and <= ILOpcode.ldloc_3) ? State.TypeEqualityCheck
166
=> opcode is (>= ILOpcode.
ldloc_0
and <= ILOpcode.ldloc_3) or (>= ILOpcode.ldarg_0 and <= ILOpcode.ldarg_3)
182
return (otherOpcode is ILOpcode.ldloc or ILOpcode.ldloc_s or (>= ILOpcode.
ldloc_0
and <= ILOpcode.ldloc_3))
187
_ => otherOpcode - ILOpcode.
ldloc_0
,
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
376
case ILOpcode.
ldloc_0
:
380
ImportLoadVar(opCode - ILOpcode.
ldloc_0
, false);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
110
case ILOpcode.
ldloc_0
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
148
Emit((ILOpcode)(ILOpcode.
ldloc_0
+ index));