6 references to WithAnalyzers
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (6)
344var analysisScope = _compilationAnalysisScope.WithAnalyzers(analyzers, this); 351var analysisScope = _compilationAnalysisScope.WithAnalyzers(analyzers, this); 358var analysisScope = _compilationAnalysisScope.WithAnalyzers(analyzers, this); 790var otherAnalyzersAnalysisScope = analysisScope.WithAnalyzers(otherAnalyzers, this); 983analysisScope.WithAnalyzers(pendingAnalyzers, this) : 1298var analysisScope = _compilationAnalysisScope.WithAnalyzers(ImmutableArray.Create(analyzer), this);