3 references to RemoveConfusingSuppression
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveConfusingSuppressionCodeFixProvider.cs (1)
23[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.RemoveConfusingSuppression), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
82public static string RemoveConfusingSuppression => PredefinedCodeFixProviderNames.RemoveConfusingSuppression;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
95public const string RemoveConfusingSuppression = nameof(RemoveConfusingSuppression);