internal void RegisterCodeBlockAction(Action <CodeBlockAnalysisContext> action)
 {
     context.RegisterCodeBlockAction(action);
 }