16 references to stloc_0
ILCompiler.Compiler (14)
Compiler\Dataflow\MethodBodyScanner.cs (2)
708case ILOpcode.stloc_0: 716_ => opcode - ILOpcode.stloc_0,
Compiler\SubstitutedILProvider.cs (2)
922(otherOpcode >= ILOpcode.stloc_0 && otherOpcode <= ILOpcode.stloc_3)) 927_ => otherOpcode - ILOpcode.stloc_0,
Compiler\TypePreinit.cs (2)
1060case ILOpcode.stloc_0: 1071_ => opcode - ILOpcode.stloc_0,
IL\ILImporter.Scanner.cs (2)
419>= ILOpcode.stloc_0 and <= ILOpcode.stloc_3 => opcode - ILOpcode.stloc_0,
IL\IsInstCheckPatternAnalyzer.cs (2)
105if (opcode == ILOpcode.stloc || opcode == ILOpcode.stloc_s || (opcode >= ILOpcode.stloc_0 && opcode <= ILOpcode.stloc_3)) 112_ => opcode - ILOpcode.stloc_0,
IL\TypeEqualityPatternAnalyzer.cs (2)
171if (opcode is ILOpcode.stloc or ILOpcode.stloc_s or (>= ILOpcode.stloc_0 and <= ILOpcode.stloc_3)) 178_ => opcode - ILOpcode.stloc_0,
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
382case ILOpcode.stloc_0: 386ImportStoreVar(opCode - ILOpcode.stloc_0, false);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
165case ILOpcode.stloc_0:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
184Emit((ILOpcode)(ILOpcode.stloc_0 + index));