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