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)
1826
case ExpressionKind.
GreaterThan
:
2216
case ExpressionKind.
GreaterThan
:
2492
case ExpressionKind.
GreaterThan
:
2711
case ExpressionKind.
GreaterThan
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
395
ExpressionKind.
GreaterThan
=> PREDEFMETH.PM_EXPRESSION_GREATERTHAN,
523
case ExpressionKind.
GreaterThan
:
646
ExpressionKind.
GreaterThan
=> PREDEFMETH.PM_EXPRESSION_GREATERTHAN_USER_DEFINED,
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
49
ExpressionKind.
GreaterThan
=> VisitGT(pExpr as ExprBinOp),