6 references to WithAnalyzers
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (6)
339var analysisScope = _compilationAnalysisScope.WithAnalyzers(analyzers, this); 346var analysisScope = _compilationAnalysisScope.WithAnalyzers(analyzers, this); 353var analysisScope = _compilationAnalysisScope.WithAnalyzers(analyzers, this); 785var otherAnalyzersAnalysisScope = analysisScope.WithAnalyzers(otherAnalyzers, this); 978analysisScope.WithAnalyzers(pendingAnalyzers, this) : 1293var analysisScope = _compilationAnalysisScope.WithAnalyzers(ImmutableArray.Create(analyzer), this);