8 references to stloc_3
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (1)
711case ILOpcode.stloc_3:
Compiler\SubstitutedILProvider.cs (1)
922(otherOpcode >= ILOpcode.stloc_0 && otherOpcode <= ILOpcode.stloc_3))
Compiler\TypePreinit.cs (1)
1063case ILOpcode.stloc_3:
IL\ILImporter.Scanner.cs (1)
419>= ILOpcode.stloc_0 and <= ILOpcode.stloc_3 => opcode - ILOpcode.stloc_0,
IL\IsInstCheckPatternAnalyzer.cs (1)
105if (opcode == ILOpcode.stloc || opcode == ILOpcode.stloc_s || (opcode >= ILOpcode.stloc_0 && opcode <= ILOpcode.stloc_3))
IL\TypeEqualityPatternAnalyzer.cs (1)
171if (opcode is ILOpcode.stloc or ILOpcode.stloc_s or (>= ILOpcode.stloc_0 and <= ILOpcode.stloc_3))
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
385case ILOpcode.stloc_3:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
168case ILOpcode.stloc_3: