1 write to _analyzerActionCounts
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalysisResultBuilder.cs (1)
49_analyzerActionCounts = new Dictionary<DiagnosticAnalyzer, AnalyzerActionCounts>(analyzers.Length);
3 references to _analyzerActionCounts
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalysisResultBuilder.cs (3)
296if (!_analyzerActionCounts.ContainsKey(analyzer)) 298_analyzerActionCounts.Add(analyzer, getAnalyzerActionCounts(analyzer)); 595if (!_analyzerActionCounts.TryGetValue(analyzer, out var actionCounts))