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