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)
51
=> GetFilteredActions(actions, _analyzer,
_analyzerActionsNeedFiltering
);
73
var nodeActions =
_analyzerActionsNeedFiltering
?
121
=> GetExecutableCodeActions(ref _lazyCodeBlockEndActions, AnalyzerActions.CodeBlockEndActions, _analyzer,
_analyzerActionsNeedFiltering
);
124
=> GetExecutableCodeActions(ref _lazyCodeBlockActions, AnalyzerActions.CodeBlockActions, _analyzer,
_analyzerActionsNeedFiltering
);
127
=> GetExecutableCodeActions(ref _lazyOperationBlockStartActions, AnalyzerActions.OperationBlockStartActions, _analyzer,
_analyzerActionsNeedFiltering
);
130
=> GetExecutableCodeActions(ref _lazyOperationBlockEndActions, AnalyzerActions.OperationBlockEndActions, _analyzer,
_analyzerActionsNeedFiltering
);
133
=> GetExecutableCodeActions(ref _lazyOperationBlockActions, AnalyzerActions.OperationBlockActions, _analyzer,
_analyzerActionsNeedFiltering
);