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