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