41 references to GreaterThan
Microsoft.CodeAnalysis.VisualBasic (39)
Binding\Binder_Operators.vb (2)
332BinaryOperatorKind.GreaterThan, 1007BinaryOperatorKind.GreaterThan,
Binding\Binder_SelectCase.vb (1)
217Case SyntaxKind.CaseGreaterThanClause : operatorKind = BinaryOperatorKind.GreaterThan
Binding\DocumentationCommentCrefBinder.vb (1)
990Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.GreaterThan)
CodeGen\EmitOperators.vb (4)
125BinaryOperatorKind.GreaterThan, 425opKind = BinaryOperatorKind.GreaterThan 428Case BinaryOperatorKind.GreaterThan 531Case BinaryOperatorKind.GreaterThan
CodeGen\EmitStatement.vb (4)
574opKind = BinaryOperatorKind.GreaterThan 577Case BinaryOperatorKind.GreaterThan 605Case BinaryOperatorKind.GreaterThan 739BinaryOperatorKind.GreaterThan,
Compilation\VisualBasicCompilation.vb (1)
2984opInfo.BinaryOperatorKind = BinaryOperatorKind.GreaterThan OrElse
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (8)
47BinaryOperatorKind.GreaterThan 80BinaryOperatorKind.GreaterThan 144opKind = BinaryOperatorKind.LessThan OrElse opKind = BinaryOperatorKind.GreaterThan OrElse 223opMethod = GetBinaryOperatorMethodName(BinaryOperatorKind.GreaterThan, isChecked) 230Case BinaryOperatorKind.GreaterThan 515Case BinaryOperatorKind.GreaterThan 541Case BinaryOperatorKind.GreaterThan 627Case BinaryOperatorKind.GreaterThan
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
365Case BinaryOperatorKind.GreaterThan
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
87BinaryOperatorKind.GreaterThan,
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
236nodeFactory.Conditional(nodeFactory.Binary(BinaryOperatorKind.GreaterThan,
Operations\VisualBasicOperationFactory_Methods.vb (1)
675Case VisualBasic.BinaryOperatorKind.GreaterThan
Semantics\Operators.vb (12)
106operators.Add(WellKnownMemberNames.GreaterThanOperatorName, New OperatorInfo(BinaryOperatorKind.GreaterThan)) 183Case BinaryOperatorKind.GreaterThan 236Case BinaryOperatorKind.GreaterThan 822Case SyntaxKind.GreaterThanExpression : result = BinaryOperatorKind.GreaterThan 1167Case BinaryOperatorKind.GreaterThan 1329Case BinaryOperatorKind.GreaterThan 1453Case BinaryOperatorKind.GreaterThan 1532Case BinaryOperatorKind.GreaterThan, 1553Case BinaryOperatorKind.GreaterThan 1598Case BinaryOperatorKind.GreaterThan 1685BinaryOperatorKind.GreaterThan 3077Case BinaryOperatorKind.GreaterThan
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
455BinaryOperatorKind.GreaterThan,
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
3667Case BinaryOperatorKind.GreaterThan
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
887BinaryOperatorKind.GreaterThan, 1180BinaryOperatorKind.GreaterThan,