19 references to ldloc_s
ILCompiler.Compiler (16)
Compiler\Dataflow\MethodBodyScanner.cs (2)
508
case ILOpcode.
ldloc_s
:
515
ILOpcode.
ldloc_s
=> reader.ReadILByte(),
Compiler\SubstitutedILProvider.cs (2)
902
else if ((opcode == ILOpcode.ldloc || opcode == ILOpcode.
ldloc_s
||
910
ILOpcode.
ldloc_s
=> reader.ReadILByte(),
Compiler\TypePreinit.cs (2)
1041
case ILOpcode.
ldloc_s
:
1046
ILOpcode.
ldloc_s
=> reader.ReadILByte(),
IL\IsInstCheckPatternAnalyzer.cs (4)
80
if (opcode == ILOpcode.ldloc || opcode == ILOpcode.
ldloc_s
|| (opcode >= ILOpcode.ldloc_0 && opcode <= ILOpcode.ldloc_3))
92
if (opcode == ILOpcode.ldloc || opcode == ILOpcode.
ldloc_s
|| (opcode >= ILOpcode.ldloc_0 && opcode <= ILOpcode.ldloc_3))
115
return (otherOpcode == ILOpcode.ldloc || otherOpcode == ILOpcode.
ldloc_s
|| (otherOpcode >= ILOpcode.ldloc_0 && otherOpcode <= ILOpcode.ldloc_3))
119
ILOpcode.
ldloc_s
=> nestedReader.ReadILByte(),
IL\TypeEqualityPatternAnalyzer.cs (4)
136
_state = opcode is ILOpcode.ldloc or ILOpcode.
ldloc_s
or (>= ILOpcode.ldloc_0 and <= ILOpcode.ldloc_3) ? State.TypeEqualityCheck
167
or ILOpcode.ldloc or ILOpcode.
ldloc_s
or ILOpcode.ldarg or ILOpcode.ldarg_s;
182
return (otherOpcode is ILOpcode.ldloc or ILOpcode.
ldloc_s
or (>= ILOpcode.ldloc_0 and <= ILOpcode.ldloc_3))
186
ILOpcode.
ldloc_s
=> nestedReader.ReadILByte(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
127
case ILOpcode.
ldloc_s
:
397
case ILOpcode.
ldloc_s
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
296
case ILOpcode.
ldloc_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
114
case ILOpcode.
ldloc_s
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
152
Emit(ILOpcode.
ldloc_s
);