1 write to _analyzers
AnalyzerRunner (1)
DiagnosticAnalyzerRunner.cs (1)
34_analyzers = FilterAnalyzers(analyzers, options);
4 references to _analyzers
AnalyzerRunner (4)
DiagnosticAnalyzerRunner.cs (4)
37public bool HasAnalyzers => _analyzers.Any(pair => pair.Value.Any()); 68await GetAnalysisResultAsync(solution, _analyzers, _options, cancellationToken).ConfigureAwait(false); 85var analysisResult = await GetAnalysisResultAsync(solution, _analyzers, _options, cancellationToken).ConfigureAwait(false); 120var currentDocumentPerformance = await TestDocumentPerformanceAsync(_analyzers, project, documentId, _options, cancellationToken).ConfigureAwait(false);