2 references to new
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (2)
50
return
new
(_hostAnalyzers, _allAnalyzers.Except(excludedAnalyzers));
123
return new
HostAnalyzerInfo
(hostAnalyzers, allAnalyzers);