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);
50
return new(
_hostAnalyzers
, _allAnalyzers.Except(excludedAnalyzers));