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