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