Home
last modified time | relevance | path

Searched refs:EmitStInd (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DInlineArrayType.cs370 codeStream.EmitStInd(elementType); in EmitIL()
H A DMarshaller.cs666 stream.EmitStInd(ManagedType); in PropagateToByRefArg()
1163 codeStream.EmitStInd(nativeElementType); in TransformManagedToNative()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/Stubs/
H A DILEmitter.cs263 public void EmitStInd(TypeDesc type) in EmitStInd() method in Internal.IL.Stubs.ILCodeStream