2 references to RemoveRedundantEquality
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
PredefinedCodeFixProviderNames.cs (1)
99
public const string RemoveRedundantEquality = nameof(
RemoveRedundantEquality
);
RemoveRedundantEqualityCodeFixProvider.cs (1)
21
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.
RemoveRedundantEquality
), Shared]