16 references to stloc
ILCompiler.Compiler (13)
Compiler\Dataflow\MethodBodyScanner.cs (2)
706case ILOpcode.stloc: 714ILOpcode.stloc => reader.ReadILUInt16(),
Compiler\SubstitutedILProvider.cs (2)
921if ((otherOpcode == ILOpcode.stloc || otherOpcode == ILOpcode.stloc_s || 925ILOpcode.stloc => nestedReader.ReadILUInt16(),
Compiler\TypePreinit.cs (2)
1065case ILOpcode.stloc: 1070ILOpcode.stloc => reader.ReadILUInt16(),
IL\ILImporter.Scanner.cs (1)
420ILOpcode.stloc => tempReader.ReadILUInt16(),
IL\IsInstCheckPatternAnalyzer.cs (2)
105if (opcode == ILOpcode.stloc || opcode == ILOpcode.stloc_s || (opcode >= ILOpcode.stloc_0 && opcode <= ILOpcode.stloc_3)) 110ILOpcode.stloc => nestedReader.ReadILUInt16(),
IL\TypeEqualityPatternAnalyzer.cs (2)
171if (opcode is ILOpcode.stloc or ILOpcode.stloc_s or (>= ILOpcode.stloc_0 and <= ILOpcode.stloc_3)) 176ILOpcode.stloc => nestedReader.ReadILUInt16(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
140case ILOpcode.stloc: 879case ILOpcode.stloc:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
315case ILOpcode.stloc:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
164case ILOpcode.stloc:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
193Emit(ILOpcode.stloc);