7 references to IntLessThan
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Operators.cs (1)
2272case BinaryOperatorKind.IntLessThan:
Compilation\BuiltInOperators.cs (1)
541(int)BinaryOperatorKind.IntLessThan,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
502case BinaryOperatorKind.IntLessThan: 507var newOp = operatorKind == BinaryOperatorKind.IntLessThan ?
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
654operatorKind: BinaryOperatorKind.IntLessThan, 950operatorKind: BinaryOperatorKind.IntLessThan,
Lowering\SyntheticBoundNodeFactory.cs (1)
703return Binary(BinaryOperatorKind.IntLessThan, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean), left, right);