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