2 references to RemoveUnnecessaryAttributeSuppressions
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
103public const string RemoveUnnecessaryAttributeSuppressions = nameof(RemoveUnnecessaryAttributeSuppressions);
src\Analyzers\Core\CodeFixes\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
19[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.RemoveUnnecessaryAttributeSuppressions), Shared]