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)
295
if (!
_analyzerActionCounts
.ContainsKey(analyzer))
297
_analyzerActionCounts
.Add(analyzer, getAnalyzerActionCounts(analyzer));
594
if (!
_analyzerActionCounts
.TryGetValue(analyzer, out var actionCounts))