8 references to VisualStudioDiagnosticAnalyzerService
Microsoft.VisualStudio.LanguageServices (8)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (3)
30[Export(typeof(VisualStudioDiagnosticAnalyzerService))] 183using var asyncToken = _listener.BeginAsyncOperation($"{nameof(VisualStudioDiagnosticAnalyzerService)}_{nameof(RunAnalyzers)}"); 233VisualStudioDiagnosticAnalyzerService service,
RoslynPackage.cs (5)
92_menuCommandService.AddCommand(VSConstants.VSStd2K, VisualStudioDiagnosticAnalyzerService.RunCodeAnalysisForSelectedProjectCommandId, 93(s, e) => ComponentModel.GetService<VisualStudioDiagnosticAnalyzerService>().OnRunCodeAnalysisForSelectedProject(s, e), 94(s, e) => ComponentModel.GetService<VisualStudioDiagnosticAnalyzerService>().OnRunCodeAnalysisForSelectedProjectStatus(s, e)); 96(s, e) => ComponentModel.GetService<VisualStudioDiagnosticAnalyzerService>().OnRunCodeAnalysisForSelectedProject(s, e), 97(s, e) => ComponentModel.GetService<VisualStudioDiagnosticAnalyzerService>().OnRunCodeAnalysisForSelectedProjectStatus(s, e));