1 write to _analyzerActionsNeedFiltering
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
34
_analyzerActionsNeedFiltering
= analyzerActionsNeedFiltering;
7 references to _analyzerActionsNeedFiltering
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (7)
54
AddFilteredActions(actions, _analyzer,
_analyzerActionsNeedFiltering
, builder);
85
if (
_analyzerActionsNeedFiltering
)
133
=> GetExecutableCodeActions(ref _lazyCodeBlockEndActions, AnalyzerActions.CodeBlockEndActions, _analyzer,
_analyzerActionsNeedFiltering
);
136
=> GetExecutableCodeActions(ref _lazyCodeBlockActions, AnalyzerActions.CodeBlockActions, _analyzer,
_analyzerActionsNeedFiltering
);
139
=> GetExecutableCodeActions(ref _lazyOperationBlockStartActions, AnalyzerActions.OperationBlockStartActions, _analyzer,
_analyzerActionsNeedFiltering
);
142
=> GetExecutableCodeActions(ref _lazyOperationBlockEndActions, AnalyzerActions.OperationBlockEndActions, _analyzer,
_analyzerActionsNeedFiltering
);
145
=> GetExecutableCodeActions(ref _lazyOperationBlockActions, AnalyzerActions.OperationBlockActions, _analyzer,
_analyzerActionsNeedFiltering
);