2 references to TryGetLinearCollectionMarshallersFromEntryType
Microsoft.Interop.SourceGeneration (2)
ArrayMarshallingInfoProvider.cs (1)
73if (ManualTypeMarshallingHelper.TryGetLinearCollectionMarshallersFromEntryType(arrayMarshaller, managedType, compilation, getMarshallingInfoForElement, out CustomTypeMarshallers? marshallers))
CustomMarshallingInfoHelper.cs (1)
79if (ManualTypeMarshallingHelper.TryGetLinearCollectionMarshallersFromEntryType(entryPointType, type, compilation, getMarshallingInfoForElement, out CustomTypeMarshallers? collectionMarshallers))