11 references to ldloc_3
ILCompiler.Compiler (10)
Compiler\Dataflow\MethodBodyScanner.cs (1)
507
case ILOpcode.
ldloc_3
:
Compiler\SubstitutedILProvider.cs (1)
903
(opcode >= ILOpcode.ldloc_0 && opcode <= ILOpcode.
ldloc_3
)) &&
Compiler\TypePreinit.cs (1)
1040
case ILOpcode.
ldloc_3
:
IL\IsInstCheckPatternAnalyzer.cs (3)
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
))
IL\TypeEqualityPatternAnalyzer.cs (3)
136
_state = opcode is ILOpcode.ldloc or ILOpcode.ldloc_s or (>= ILOpcode.ldloc_0 and <= ILOpcode.
ldloc_3
) ? State.TypeEqualityCheck
166
=> opcode is (>= ILOpcode.ldloc_0 and <= ILOpcode.
ldloc_3
) or (>= ILOpcode.ldarg_0 and <= ILOpcode.ldarg_3)
182
return (otherOpcode is ILOpcode.ldloc or ILOpcode.ldloc_s or (>= ILOpcode.ldloc_0 and <= ILOpcode.
ldloc_3
))
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
379
case ILOpcode.
ldloc_3
:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
113
case ILOpcode.
ldloc_3
: