3 references to InterfaceTypeAttribute
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
36
INamedTypeSymbol? interfaceTypeAttribute = context.Compilation.GetBestTypeByMetadataName(TypeNames.
InterfaceTypeAttribute
)!;
Analyzers\GeneratedComInterfaceAttributeAnalyzer.cs (1)
41
&& GetAttribute(typeSymbol, TypeNames.
InterfaceTypeAttribute
, out AttributeData? comInterfaceAttribute)
ComInterfaceInfo.cs (1)
336
else if (attrDisplayString is TypeNames.
InterfaceTypeAttribute
)