3 references to RemoveUnnecessaryAttributeSuppressions
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
88
public static string RemoveUnnecessaryAttributeSuppressions => PredefinedCodeFixProviderNames.
RemoveUnnecessaryAttributeSuppressions
;
Microsoft.CodeAnalysis.Features (2)
PredefinedCodeFixProviderNames.cs (1)
101
public const string RemoveUnnecessaryAttributeSuppressions = nameof(
RemoveUnnecessaryAttributeSuppressions
);
RemoveUnnecessaryAttributeSuppressionsCodeFixProvider.cs (1)
19
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.
RemoveUnnecessaryAttributeSuppressions
), Shared]