9 references to LessThan
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
47new OperatorInfo(TokenKind.LessThan, PredefinedName.PN_OPLESSTHAN, ExpressionKind.LessThan ),
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
1785case ExpressionKind.LessThan: 2163case ExpressionKind.LessThan: 2435case ExpressionKind.LessThan: 2648case ExpressionKind.LessThan:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
393ExpressionKind.LessThan => PREDEFMETH.PM_EXPRESSION_LESSTHAN, 524case ExpressionKind.LessThan: 643ExpressionKind.LessThan => PREDEFMETH.PM_EXPRESSION_LESSTHAN_USER_DEFINED,
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
47ExpressionKind.LessThan => VisitLT(pExpr as ExprBinOp),