11 references to EmitStInd
ILCompiler.Compiler (6)
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
182codeStream.EmitStInd(returnType);
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (1)
412codeStream.EmitStInd(elementType);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (4)
787case MarshalDirection.Forward: stream.EmitStInd(ManagedType); break; 788case MarshalDirection.Reverse: stream.EmitStInd(NativeType); break; 1320codeStream.EmitStInd(nativeElementType); 2013cleanupCodeStream.EmitStInd(ManagedType);
ILCompiler.ReadyToRun (4)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (4)
787case MarshalDirection.Forward: stream.EmitStInd(ManagedType); break; 788case MarshalDirection.Reverse: stream.EmitStInd(NativeType); break; 1320codeStream.EmitStInd(nativeElementType); 2013cleanupCodeStream.EmitStInd(ManagedType);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
798codeStream.EmitStInd(((ParameterizedType)context.Declaration.Signature[i]).ParameterType);