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