30 references to LessThan
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
SyntaxGeneratorExtensions_Negate.cs (4)
24{ BinaryOperatorKind.LessThan, BinaryOperatorKind.GreaterThanOrEqual }, 27{ BinaryOperatorKind.GreaterThanOrEqual, BinaryOperatorKind.LessThan }, 176&& binaryOperation.OperatorKind is BinaryOperatorKind.LessThan or 367BinaryOperatorKind.LessThan => generator.LessThanExpression(leftOperand, rightOperand),
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory_Methods.cs (1)
505return BinaryOperatorKind.LessThan;
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
AnalyzedPattern.cs (2)
185BinaryOperatorKind.LessThan => BinaryOperatorKind.GreaterThanOrEqual, 188BinaryOperatorKind.GreaterThanOrEqual => BinaryOperatorKind.LessThan,
CSharpUsePatternCombinatorsAnalyzer.cs (3)
129case LessThan: 151LessThan => GreaterThan, 154GreaterThan => LessThan,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
46BinaryOperatorKind.LessThan => SyntaxKind.LessThanToken,
Microsoft.CodeAnalysis.CSharp.Features (7)
AnalyzedPattern.cs (2)
185BinaryOperatorKind.LessThan => BinaryOperatorKind.GreaterThanOrEqual, 188BinaryOperatorKind.GreaterThanOrEqual => BinaryOperatorKind.LessThan,
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
24{ BinaryOperatorKind.LessThan, SyntaxKind.LessThanToken },
CSharpUsePatternCombinatorsAnalyzer.cs (3)
129case LessThan: 151LessThan => GreaterThan, 154GreaterThan => LessThan,
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
46BinaryOperatorKind.LessThan => SyntaxKind.LessThanToken,
Microsoft.CodeAnalysis.Features (3)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (3)
411LessThan => GreaterThan, 414GreaterThan => LessThan, 424case LessThan:
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\TestOperationVisitor.cs (1)
1357Assert.True(operation.OperatorKind is Operations.BinaryOperatorKind.LessThan or
Diagnostics\OperationTestAnalyzer.cs (2)
204(condition.OperatorKind == BinaryOperatorKind.LessThan || 413case BinaryOperatorKind.LessThan:
Microsoft.CodeAnalysis.VisualBasic (1)
Operations\VisualBasicOperationFactory_Methods.vb (1)
662Return BinaryOperatorKind.LessThan
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertIfToSwitch\VisualBasicConvertIfToSwitchCodeRefactoringProvider.Rewriting.vb (1)
16{BinaryOperatorKind.LessThan, (SyntaxKind.CaseLessThanClause, SyntaxKind.LessThanToken)},
Microsoft.CodeAnalysis.Workspaces (4)
SyntaxGeneratorExtensions_Negate.cs (4)
24{ BinaryOperatorKind.LessThan, BinaryOperatorKind.GreaterThanOrEqual }, 27{ BinaryOperatorKind.GreaterThanOrEqual, BinaryOperatorKind.LessThan }, 176&& binaryOperation.OperatorKind is BinaryOperatorKind.LessThan or 367BinaryOperatorKind.LessThan => generator.LessThanExpression(leftOperand, rightOperand),