30 references to GreaterThan
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
SyntaxGeneratorExtensions_Negate.cs (4)
25{ BinaryOperatorKind.GreaterThan, BinaryOperatorKind.LessThanOrEqual }, 26{ BinaryOperatorKind.LessThanOrEqual, BinaryOperatorKind.GreaterThan }, 178BinaryOperatorKind.GreaterThan or 368BinaryOperatorKind.GreaterThan => generator.GreaterThanExpression(leftOperand, rightOperand),
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory_Methods.cs (1)
520return BinaryOperatorKind.GreaterThan;
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
AnalyzedPattern.cs (2)
186BinaryOperatorKind.GreaterThan => BinaryOperatorKind.LessThanOrEqual, 187BinaryOperatorKind.LessThanOrEqual => BinaryOperatorKind.GreaterThan,
CSharpUsePatternCombinatorsAnalyzer.cs (3)
132case GreaterThan: 151LessThan => GreaterThan, 154GreaterThan => LessThan,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
47BinaryOperatorKind.GreaterThan => SyntaxKind.GreaterThanToken,
Microsoft.CodeAnalysis.CSharp.Features (7)
AnalyzedPattern.cs (2)
186BinaryOperatorKind.GreaterThan => BinaryOperatorKind.LessThanOrEqual, 187BinaryOperatorKind.LessThanOrEqual => BinaryOperatorKind.GreaterThan,
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (1)
25{ BinaryOperatorKind.GreaterThan, SyntaxKind.GreaterThanToken },
CSharpUsePatternCombinatorsAnalyzer.cs (3)
132case GreaterThan: 151LessThan => GreaterThan, 154GreaterThan => LessThan,
CSharpUsePatternCombinatorsCodeFixProvider.cs (1)
47BinaryOperatorKind.GreaterThan => SyntaxKind.GreaterThanToken,
Microsoft.CodeAnalysis.Features (3)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (3)
411LessThan => GreaterThan, 414GreaterThan => LessThan, 427case GreaterThan:
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\TestOperationVisitor.cs (1)
1359Operations.BinaryOperatorKind.GreaterThan or
Diagnostics\OperationTestAnalyzer.cs (2)
207condition.OperatorKind == BinaryOperatorKind.GreaterThan || 425case BinaryOperatorKind.GreaterThan:
Microsoft.CodeAnalysis.VisualBasic (1)
Operations\VisualBasicOperationFactory_Methods.vb (1)
676Return BinaryOperatorKind.GreaterThan
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertIfToSwitch\VisualBasicConvertIfToSwitchCodeRefactoringProvider.Rewriting.vb (1)
17{BinaryOperatorKind.GreaterThan, (SyntaxKind.CaseGreaterThanClause, SyntaxKind.GreaterThanToken)},
Microsoft.CodeAnalysis.Workspaces (4)
SyntaxGeneratorExtensions_Negate.cs (4)
25{ BinaryOperatorKind.GreaterThan, BinaryOperatorKind.LessThanOrEqual }, 26{ BinaryOperatorKind.LessThanOrEqual, BinaryOperatorKind.GreaterThan }, 178BinaryOperatorKind.GreaterThan or 368BinaryOperatorKind.GreaterThan => generator.GreaterThanExpression(leftOperand, rightOperand),