3 references to RemoveRedundantEquality
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
86public static string RemoveRedundantEquality => PredefinedCodeFixProviderNames.RemoveRedundantEquality;
Microsoft.CodeAnalysis.Features (2)
PredefinedCodeFixProviderNames.cs (1)
99public const string RemoveRedundantEquality = nameof(RemoveRedundantEquality);
RemoveRedundantEqualityCodeFixProvider.cs (1)
21[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.RemoveRedundantEquality), Shared]