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