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