2 references to RemoveUnnecessaryAttributeSuppressions
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
PredefinedCodeFixProviderNames.cs (1)
101
public const string RemoveUnnecessaryAttributeSuppressions = nameof(
RemoveUnnecessaryAttributeSuppressions
);
RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
19
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.
RemoveUnnecessaryAttributeSuppressions
), Shared]