internal static DiagnosticDescriptor GetDiagnosticDescriptor(this ICompilationAnalyzer analyzer)
        {
            var diagnosticAnalyzerAttribute = analyzer.GetSupportedDiagnosticAttribute();

            return(diagnosticAnalyzerAttribute.GetDescriptor());
        }