5 references to InvertLogical
Microsoft.CodeAnalysis.CSharp.Features (3)
InvertLogical\CSharpInvertLogicalCodeRefactoringProvider.cs (1)
14[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.InvertLogical), Shared]
SplitOrMergeIfStatements\CSharpSplitIntoConsecutiveIfStatementsCodeRefactoringProvider.cs (1)
15[ExtensionOrder(After = PredefinedCodeRefactoringProviderNames.InvertLogical, Before = PredefinedCodeRefactoringProviderNames.IntroduceVariable)]
SplitOrMergeIfStatements\CSharpSplitIntoNestedIfStatementsCodeRefactoringProvider.cs (1)
15[ExtensionOrder(After = PredefinedCodeRefactoringProviderNames.InvertLogical, Before = PredefinedCodeRefactoringProviderNames.IntroduceVariable)]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeRefactoringProviderNames.cs (1)
34public static string InvertLogical => PredefinedCodeRefactoringProviderNames.InvertLogical;
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\IntroduceVariableCodeRefactoringProvider.cs (1)
17[ExtensionOrder(After = PredefinedCodeRefactoringProviderNames.InvertLogical)]