2 references to AnalyzerActionCounts
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerActionCounts.cs (1)
14
internal static readonly AnalyzerActionCounts Empty = new
AnalyzerActionCounts
(in AnalyzerActions.Empty);
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2371
return new
AnalyzerActionCounts
(in analyzerActions);