2 references to CodeBlockActionsCount
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerActionCounts.cs (1)
30
analyzerActions.
CodeBlockActionsCount
,
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2481
executeCodeBlockActions |= analyzerActions.CodeBlockStartActionsCount > 0 || analyzerActions.
CodeBlockActionsCount
> 0;