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