1 write to _analyzers
AnalyzerRunner (1)
DiagnosticAnalyzerRunner.cs (1)
35
_analyzers
= FilterAnalyzers(analyzers, options);
4 references to _analyzers
AnalyzerRunner (4)
DiagnosticAnalyzerRunner.cs (4)
38
public bool HasAnalyzers =>
_analyzers
.Any(pair => pair.Value.Any());
69
await GetAnalysisResultAsync(solution,
_analyzers
, _options, cancellationToken).ConfigureAwait(false);
86
var analysisResult = await GetAnalysisResultAsync(solution,
_analyzers
, _options, cancellationToken).ConfigureAwait(false);
121
var currentDocumentPerformance = await TestDocumentPerformanceAsync(
_analyzers
, project, documentId, _options, cancellationToken).ConfigureAwait(false);