2 instantiations of GlobalSuppressMessageFixAllCodeAction
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (2)
93
var projectCodeAction = new
GlobalSuppressMessageFixAllCodeAction
(fixer, supressMessageAttribute, diagnosticsBySymbol, currentProject, fallbackOptions);
122
var projectCodeAction = new
GlobalSuppressMessageFixAllCodeAction
(
4 references to GlobalSuppressMessageFixAllCodeAction
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (2)
46
?
GlobalSuppressMessageFixAllCodeAction
.Create(
50
:
GlobalSuppressMessageFixAllCodeAction
.Create(
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (2)
93
var
projectCodeAction = new GlobalSuppressMessageFixAllCodeAction(fixer, supressMessageAttribute, diagnosticsBySymbol, currentProject, fallbackOptions);
122
var
projectCodeAction = new GlobalSuppressMessageFixAllCodeAction(