3 references to AddGeneratedComClassAttribute
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\AddGeneratedComClassAnalyzer.cs (3)
16public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(AddGeneratedComClassAttribute); 51context.ReportDiagnostic(type.CreateDiagnostic(AddGeneratedComClassAttribute, type.Name)); 59context.ReportDiagnostic(type.CreateDiagnostic(AddGeneratedComClassAttribute, type.Name));