3 references to RemoveUnnecessaryAttributeSuppressions
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
88
public static string RemoveUnnecessaryAttributeSuppressions => PredefinedCodeFixProviderNames.
RemoveUnnecessaryAttributeSuppressions
;
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
104
public const string RemoveUnnecessaryAttributeSuppressions = nameof(
RemoveUnnecessaryAttributeSuppressions
);
src\Analyzers\Core\CodeFixes\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
18
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.
RemoveUnnecessaryAttributeSuppressions
), Shared]