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