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)
1824case ExpressionKind.LessThan: 2214case ExpressionKind.LessThan: 2494case ExpressionKind.LessThan: 2713case ExpressionKind.LessThan:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
394ExpressionKind.LessThan => PREDEFMETH.PM_EXPRESSION_LESSTHAN, 525case ExpressionKind.LessThan: 644ExpressionKind.LessThan => PREDEFMETH.PM_EXPRESSION_LESSTHAN_USER_DEFINED,
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
47ExpressionKind.LessThan => VisitLT(pExpr as ExprBinOp),