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