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