5 references to ldind_ref
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (1)
593
case ILOpcode.
ldind_ref
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
540
case ILOpcode.
ldind_ref
:
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
141
codeStream.Emit(ILOpcode.
ldind_ref
);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
385
case ILOpcode.
ldind_ref
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
277
Emit(ILOpcode.
ldind_ref
);