protected sealed override void InitializeWorker(AnalysisContext context)
        {
            context.ConfigureGeneratedCodeAnalysis(GeneratedCodeAnalysisFlags.Analyze);

            context.RegisterCompilationStartAction(
                compilationContext => SymbolStartAnalyzer.CreateAndRegisterActions(compilationContext, this));
        }
 protected sealed override void InitializeWorker(AnalysisContext context)
 {
     context.RegisterCompilationStartAction(
         compilationContext => SymbolStartAnalyzer.CreateAndRegisterActions(compilationContext, this));
 }