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)
546
protected 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)
428
EmitElementCount
(codeStream, MarshalDirection.Forward);
494
EmitElementCount
(codeStream, MarshalDirection.Reverse);