16 references to stloc_s
ILCompiler.Compiler (13)
Compiler\Dataflow\MethodBodyScanner.cs (2)
707case ILOpcode.stloc_s: 715ILOpcode.stloc_s => reader.ReadILByte(),
Compiler\SubstitutedILProvider.cs (2)
921if ((otherOpcode == ILOpcode.stloc || otherOpcode == ILOpcode.stloc_s || 926ILOpcode.stloc_s => nestedReader.ReadILByte(),
Compiler\TypePreinit.cs (2)
1064case ILOpcode.stloc_s: 1069ILOpcode.stloc_s => reader.ReadILByte(),
IL\ILImporter.Scanner.cs (1)
421ILOpcode.stloc_s => tempReader.ReadILByte(),
IL\IsInstCheckPatternAnalyzer.cs (2)
105if (opcode == ILOpcode.stloc || opcode == ILOpcode.stloc_s || (opcode >= ILOpcode.stloc_0 && opcode <= ILOpcode.stloc_3)) 111ILOpcode.stloc_s => nestedReader.ReadILByte(),
IL\TypeEqualityPatternAnalyzer.cs (2)
171if (opcode is ILOpcode.stloc or ILOpcode.stloc_s or (>= ILOpcode.stloc_0 and <= ILOpcode.stloc_3)) 177ILOpcode.stloc_s => nestedReader.ReadILByte(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
129case ILOpcode.stloc_s: 403case ILOpcode.stloc_s:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
298case ILOpcode.stloc_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
169case ILOpcode.stloc_s:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
188Emit(ILOpcode.stloc_s);