4 types derived from InteropAttributeData
Microsoft.Interop.ComInterfaceGenerator (2)
GeneratedComInterfaceAttributeData.cs (1)
15internal sealed record GeneratedComInterfaceData : InteropAttributeData
VirtualMethodIndexData.cs (1)
17ExceptionMarshalling ExceptionMarshalling) : InteropAttributeData
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
10internal sealed record LibraryImportData(string ModuleName) : InteropAttributeData
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
10internal sealed record LibraryImportData(string ModuleName) : InteropAttributeData
1 reference to InteropAttributeData
Microsoft.Interop.SourceGeneration (1)
InteropAttributeData.cs (1)
40/// See <seealso cref="InteropAttributeData"/> for a type that doesn't keep a compilation alive.