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