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