Base:
method
EmitElementCount
Internal.TypeSystem.Interop.ArrayMarshaller.EmitElementCount(Internal.IL.Stubs.ILCodeStream, Internal.TypeSystem.Interop.MarshalDirection)
1 override of EmitElementCount
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
546protected override void EmitElementCount(ILCodeStream codeStream, MarshalDirection direction)
2 references to EmitElementCount
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (2)
428EmitElementCount(codeStream, MarshalDirection.Forward); 494EmitElementCount(codeStream, MarshalDirection.Reverse);