1 type derived from ByValArrayMarshaller
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
544
internal abstract class ByValStringMarshaller :
ByValArrayMarshaller
1 instantiation of ByValArrayMarshaller
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
69
return new
ByValArrayMarshaller
();
2 references to ByValArrayMarshaller
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (2)
229
var
byValMarshaller = marshallers[index++] as
ByValArrayMarshaller
;