18 references to ldloc_0
ILCompiler.Compiler (16)
Compiler\Dataflow\MethodBodyScanner.cs (2)
504case 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)
1037case ILOpcode.ldloc_0: 1048_ => opcode - ILOpcode.ldloc_0,
IL\IsInstCheckPatternAnalyzer.cs (4)
80if (opcode == ILOpcode.ldloc || opcode == ILOpcode.ldloc_s || (opcode >= ILOpcode.ldloc_0 && opcode <= ILOpcode.ldloc_3)) 92if (opcode == ILOpcode.ldloc || opcode == ILOpcode.ldloc_s || (opcode >= ILOpcode.ldloc_0 && opcode <= ILOpcode.ldloc_3)) 115return (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) 182return (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)
376case ILOpcode.ldloc_0: 380ImportLoadVar(opCode - ILOpcode.ldloc_0, false);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
110case ILOpcode.ldloc_0:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
148Emit((ILOpcode)(ILOpcode.ldloc_0 + index));