2 references to WithAnalyzers
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (2)
692
var otherAnalyzersAnalysisScope = analysisScope.
WithAnalyzers
(otherAnalyzers, hasAllAnalyzers: false);
936
analysisScope.
WithAnalyzers
(pendingAnalyzers, hasAllAnalyzers: false) :