24 references to LessThan
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
368case BinaryOperatorKind.LessThan: return ExpressionType.LessThan;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
385ExpressionType.LessThan => SpecialNames.CLR_LT,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1032case ExpressionType.LessThan:
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1194Return ExpressionType.LessThan
System.Linq.Expressions (20)
System\Dynamic\BinaryOperationBinder.cs (1)
91case ExpressionType.LessThan:
System\Linq\Expressions\BinaryExpression.cs (5)
916ExpressionType.LessThan => LessThan(left, right, liftToNull, method), 1130/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.LessThan"/> 1145/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.LessThan"/> 1154return GetComparisonOperator(ExpressionType.LessThan, "op_LessThan", left, right, liftToNull); 1156return GetMethodBasedBinaryOperator(ExpressionType.LessThan, left, right, method, liftToNull);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (3)
110|| b.NodeType == ExpressionType.LessThan 212case ExpressionType.LessThan: 325case ExpressionType.LessThan:
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
1119case ExpressionType.LessThan: 1186Debug.Assert(nodeType == ExpressionType.LessThan
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
44case ExpressionType.LessThan:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
44case ExpressionType.LessThan:
System\Linq\Expressions\DebugViewWriter.cs (2)
316case ExpressionType.LessThan: op = "<"; break; 686case ExpressionType.LessThan:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
178case ExpressionType.LessThan:
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
864case ExpressionType.LessThan: 939case ExpressionType.LessThan: 1007case ExpressionType.LessThan: _instructions.EmitLessThan(left.Type, node.IsLiftedToNull); break; 3040case ExpressionType.LessThan: