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