5 references to MakeActionsByAnalyzer
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerDriver.cs (5)
426_lazySemanticModelActions = MakeActionsByAnalyzer(AnalyzerActions.SemanticModelActions); 427_lazySyntaxTreeActions = MakeActionsByAnalyzer(AnalyzerActions.SyntaxTreeActions); 428_lazyAdditionalFileActions = MakeActionsByAnalyzer(AnalyzerActions.AdditionalFileActions); 429_lazyCompilationActions = MakeActionsByAnalyzer(this.AnalyzerActions.CompilationActions); 430_lazyCompilationEndActions = MakeActionsByAnalyzer(this.AnalyzerActions.CompilationEndActions);