5 references to ldelem_ref
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (1)
659
case ILOpcode.
ldelem_ref
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
731
case ILOpcode.
ldelem_ref
:
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
625
codeStream.Emit(ILOpcode.
ldelem_ref
);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
141
case ILOpcode.
ldelem_ref
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
428
Emit(ILOpcode.
ldelem_ref
);