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