12 references to ldloca
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (3)
509case ILOpcode.ldloca: 514ILOpcode.ldloca => reader.ReadILUInt16(), 925bool isByRef = operation == ILOpcode.ldloca || operation == ILOpcode.ldloca_s;
Compiler\TypePreinit.cs (3)
1096case ILOpcode.ldloca: 1101ILOpcode.ldloca or ILOpcode.ldarga => reader.ReadILUInt16(), 1105Value[] storage = opcode is ILOpcode.ldloca or ILOpcode.ldloca_s ? locals : parameters;
IL\ILImporter.Scanner.cs (1)
437ILOpcode.ldloca => tempReader.ReadILUInt16(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
139case ILOpcode.ldloca: 876case ILOpcode.ldloca:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
314case ILOpcode.ldloca:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
115case ILOpcode.ldloca:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
173Emit(ILOpcode.ldloca);