12 references to ldloca_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (3)
510case ILOpcode.ldloca_s: 516ILOpcode.ldloca_s => reader.ReadILByte(), 925bool isByRef = operation == ILOpcode.ldloca || operation == ILOpcode.ldloca_s;
Compiler\TypePreinit.cs (3)
1095case ILOpcode.ldloca_s: 1100ILOpcode.ldloca_s or ILOpcode.ldarga_s => reader.ReadILByte(), 1105Value[] storage = opcode is ILOpcode.ldloca or ILOpcode.ldloca_s ? locals : parameters;
IL\ILImporter.Scanner.cs (1)
436ILOpcode.ldloca_s => tempReader.ReadILByte(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
128case ILOpcode.ldloca_s: 400case ILOpcode.ldloca_s:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
297case ILOpcode.ldloca_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
116case ILOpcode.ldloca_s:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
168Emit(ILOpcode.ldloca_s);