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