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)
111
public DiagnosticAnalyzerInfoCache AnalyzerInfoCache =>
_diagnosticService
.AnalyzerInfoCache;
320
if (
_diagnosticService
.GlobalOptions.GetOption(SolutionCrawlerRegistrationService.EnableSolutionCrawler))
332
if (
_diagnosticService
is DiagnosticAnalyzerService diagnosticService)
490
if (
_diagnosticService
is DiagnosticAnalyzerService diagnosticAnalyzerService)
696
var descriptorMap = Solution.State.Analyzers.GetDiagnosticDescriptorsPerReference(_owner.
_diagnosticService
.AnalyzerInfoCache, project);
856
var fullSolutionAnalysis = _owner.
_diagnosticService
.GlobalOptions.IsFullSolutionAnalysisEnabled(project.Language);
869
var infoCache = _owner.
_diagnosticService
.AnalyzerInfoCache;