1 write to _diagnosticService
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
105_diagnosticService = diagnosticService;
7 references to _diagnosticService
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (7)
111public DiagnosticAnalyzerInfoCache AnalyzerInfoCache => _diagnosticService.AnalyzerInfoCache; 320if (_diagnosticService.GlobalOptions.GetOption(SolutionCrawlerRegistrationService.EnableSolutionCrawler)) 332if (_diagnosticService is DiagnosticAnalyzerService diagnosticService) 490if (_diagnosticService is DiagnosticAnalyzerService diagnosticAnalyzerService) 696var descriptorMap = Solution.State.Analyzers.GetDiagnosticDescriptorsPerReference(_owner._diagnosticService.AnalyzerInfoCache, project); 856var fullSolutionAnalysis = _owner._diagnosticService.GlobalOptions.IsFullSolutionAnalysisEnabled(project.Language); 869var infoCache = _owner._diagnosticService.AnalyzerInfoCache;