private void AccessSupportedDiagnostics(DiagnosticAnalyzer analyzer)
        {
            var diagnosticService = new DiagnosticAnalyzerService(LanguageNames.CSharp, analyzer);

            diagnosticService.GetAllDiagnosticDescriptors(projectOpt: null);
        }