9 references to GreaterThan
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
49
new OperatorInfo(TokenKind.GreaterThan, PredefinedName.PN_OPGREATERTHAN, ExpressionKind.
GreaterThan
),
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
1787
case ExpressionKind.
GreaterThan
:
2165
case ExpressionKind.
GreaterThan
:
2433
case ExpressionKind.
GreaterThan
:
2646
case ExpressionKind.
GreaterThan
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
394
ExpressionKind.
GreaterThan
=> PREDEFMETH.PM_EXPRESSION_GREATERTHAN,
522
case ExpressionKind.
GreaterThan
:
645
ExpressionKind.
GreaterThan
=> PREDEFMETH.PM_EXPRESSION_GREATERTHAN_USER_DEFINED,
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
49
ExpressionKind.
GreaterThan
=> VisitGT(pExpr as ExprBinOp),