Skip to main content

SyntaxInverter Class

Namespace: Roslynator.CSharp

Assembly: Roslynator.CSharp.Workspaces.dll

WARNING: This API is now obsolete.

SyntaxInverter is obsolete, use SyntaxLogicalInverter instead.

Provides static methods for syntax inversion.

[Obsolete("SyntaxInverter is obsolete, use SyntaxLogicalInverter instead.")]
public static class SyntaxInverter

Attributes

Methods

MethodSummary
LogicallyInvert(ExpressionSyntax, CancellationToken)Returns new expression that represents logical inversion of the specified expression.
LogicallyInvert(ExpressionSyntax, SemanticModel, CancellationToken)Returns new expression that represents logical inversion of the specified expression.