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