internal void RegisterSyntaxTreeAction(Action <SyntaxTreeAnalysisContext> action) { context.RegisterSyntaxTreeAction(action); }