16 references to stloc_0
ILCompiler.Compiler (14)
Compiler\Dataflow\MethodBodyScanner.cs (2)
708
case ILOpcode.
stloc_0
:
716
_ => opcode - ILOpcode.
stloc_0
,
Compiler\SubstitutedILProvider.cs (2)
922
(otherOpcode >= ILOpcode.
stloc_0
&& otherOpcode <= ILOpcode.stloc_3))
927
_ => otherOpcode - ILOpcode.
stloc_0
,
Compiler\TypePreinit.cs (2)
1060
case ILOpcode.
stloc_0
:
1071
_ => opcode - ILOpcode.
stloc_0
,
IL\ILImporter.Scanner.cs (2)
419
>= ILOpcode.
stloc_0
and <= ILOpcode.stloc_3 => opcode - ILOpcode.
stloc_0
,
IL\IsInstCheckPatternAnalyzer.cs (2)
105
if (opcode == ILOpcode.stloc || opcode == ILOpcode.stloc_s || (opcode >= ILOpcode.
stloc_0
&& opcode <= ILOpcode.stloc_3))
112
_ => opcode - ILOpcode.
stloc_0
,
IL\TypeEqualityPatternAnalyzer.cs (2)
171
if (opcode is ILOpcode.stloc or ILOpcode.stloc_s or (>= ILOpcode.
stloc_0
and <= ILOpcode.stloc_3))
178
_ => opcode - ILOpcode.
stloc_0
,
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
382
case ILOpcode.
stloc_0
:
386
ImportStoreVar(opCode - ILOpcode.
stloc_0
, false);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
165
case ILOpcode.
stloc_0
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
184
Emit((ILOpcode)(ILOpcode.
stloc_0
+ index));