2 references to RemoveConfusingSuppression
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
95
public const string RemoveConfusingSuppression = nameof(
RemoveConfusingSuppression
);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveConfusingSuppressionCodeFixProvider.cs (1)
23
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
RemoveConfusingSuppression
), Shared]