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