1 write to _hostAnalyzers
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (1)
31_hostAnalyzers = hostAnalyzers;
2 references to _hostAnalyzers
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (2)
41=> _hostAnalyzers.Contains(analyzer); 50return new(_hostAnalyzers, _allAnalyzers.Except(excludedAnalyzers));