3 references to RemoveUnnecessaryPragmaSuppressions
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
94
public static string RemoveUnnecessaryPragmaSuppressions => PredefinedCodeFixProviderNames.
RemoveUnnecessaryPragmaSuppressions
;
Microsoft.CodeAnalysis.Features (2)
PredefinedCodeFixProviderNames.cs (1)
109
public const string RemoveUnnecessaryPragmaSuppressions = nameof(
RemoveUnnecessaryPragmaSuppressions
);
RemoveUnnecessaryPragmaSuppressionsCodeFixProvider.cs (1)
23
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.
RemoveUnnecessaryPragmaSuppressions
), Shared]