17 references to EmitLdInd
ILCompiler.Compiler (9)
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
163codeStream.EmitLdInd(parameterType);
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (1)
406codeStream.EmitLdInd(elementType);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (7)
150stream.EmitLdInd(_type); 157stream.EmitLdInd(_type); 763case MarshalDirection.Forward: stream.EmitLdInd(ManagedType); break; 764case MarshalDirection.Reverse: stream.EmitLdInd(NativeType); break; 1208codeStream.EmitLdInd(indexType); 1391codeStream.EmitLdInd(nativeElementType); 1474codeStream.EmitLdInd(nativeElementType);
ILCompiler.ReadyToRun (7)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (7)
150stream.EmitLdInd(_type); 157stream.EmitLdInd(_type); 763case MarshalDirection.Forward: stream.EmitLdInd(ManagedType); break; 764case MarshalDirection.Reverse: stream.EmitLdInd(NativeType); break; 1208codeStream.EmitLdInd(indexType); 1391codeStream.EmitLdInd(nativeElementType); 1474codeStream.EmitLdInd(nativeElementType);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
744codeStream.EmitLdInd(targetType);