19 references to ldloc
ILCompiler.Compiler (16)
Compiler\Dataflow\MethodBodyScanner.cs (2)
503case ILOpcode.ldloc: 513ILOpcode.ldloc => reader.ReadILUInt16(),
Compiler\SubstitutedILProvider.cs (2)
902else if ((opcode == ILOpcode.ldloc || opcode == ILOpcode.ldloc_s || 909ILOpcode.ldloc => reader.ReadILUInt16(),
Compiler\TypePreinit.cs (2)
1042case ILOpcode.ldloc: 1047ILOpcode.ldloc => reader.ReadILUInt16(),
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)) 118ILOpcode.ldloc => nestedReader.ReadILUInt16(),
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)) 185ILOpcode.ldloc => nestedReader.ReadILUInt16(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
138case ILOpcode.ldloc: 873case ILOpcode.ldloc:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
313case ILOpcode.ldloc:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
109case ILOpcode.ldloc:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
157Emit(ILOpcode.ldloc);