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