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