ExternalAnnotations
ExternalAnnotations copied to clipboard
Annotate DiagnosticAnalyzerAttribute and ExportCodeFixProviderAttribute
This PR annotates the DiagnosticAnalyzerAttribute and ExportCodeFixProviderAttribute with MeansImplicitUseAttribute to remove the warning about the types never being instantiated.
The attributes are used when creating Roslyn analyzers and code fixers, so it seems like the correct place to improve the annotations.