6 references to HasEntryPointMarshallerAttribute
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\NativeMarshallingAttributeAnalyzer.cs (1)
113
if (!ManualTypeMarshallingHelper.
HasEntryPointMarshallerAttribute
(entryType))
Microsoft.Interop.SourceGeneration (5)
ArrayMarshallingInfoProvider.cs (1)
65
if (ManualTypeMarshallingHelper.
HasEntryPointMarshallerAttribute
(arrayMarshaller)
ComInterfaceMarshallingInfoProvider.cs (1)
41
if (ManualTypeMarshallingHelper.
HasEntryPointMarshallerAttribute
(comInterfaceMarshaller))
CustomMarshallingInfoHelper.cs (3)
24
if (!ManualTypeMarshallingHelper.
HasEntryPointMarshallerAttribute
(entryPointType))
140
if (!ManualTypeMarshallingHelper.
HasEntryPointMarshallerAttribute
(entryPointType))
179
if (ManualTypeMarshallingHelper.
HasEntryPointMarshallerAttribute
(marshallerType))