2 references to IsHostAnalyzer
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
125
var projectAnalyzers = analyzers.Where(a => !hostAnalyzerInfo.
IsHostAnalyzer
(a)).ToSet();
Diagnostics\Service\DiagnosticAnalyzerService_CoreAnalyze.cs (1)
141
var hostAnalyzers = analyzers.WhereAsArray(static (a, info) => info.
IsHostAnalyzer
(a), hostAnalyzerInfo);