2 references to CreateArrayMarshallingInfo
Microsoft.Interop.SourceGeneration (2)
ArrayMarshallingInfoProvider.cs (1)
37return CreateArrayMarshallingInfo(_compilation, type, elementType, countInfo, marshallingInfoCallback(elementType, useSiteAttributes, indirectionDepth + 1));
MarshalAsWithCustomMarshallersParser.cs (1)
80return ArrayMarshallingInfoProvider.CreateArrayMarshallingInfo(_compilation, type, elementType, arrayInfo.CountInfo, elementMarshallingInfo);