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