2 references to PragmaWarningCodeAction
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs (2)
34
return new
PragmaWarningCodeAction
(suppressionTargetInfo, document, options, diagnostic, fixer);
54
=>
new
(_suppressionTargetInfo, _document, _options, _diagnostic, Fixer, forFixMultipleContext: true);