7 references to IntLessThan
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Operators.cs (1)
2091case BinaryOperatorKind.IntLessThan:
Compilation\BuiltInOperators.cs (1)
541(int)BinaryOperatorKind.IntLessThan,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
494case BinaryOperatorKind.IntLessThan: 499var newOp = operatorKind == BinaryOperatorKind.IntLessThan ?
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
585operatorKind: BinaryOperatorKind.IntLessThan, 764operatorKind: BinaryOperatorKind.IntLessThan,
Lowering\SyntheticBoundNodeFactory.cs (1)
652return Binary(BinaryOperatorKind.IntLessThan, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean), left, right);