7 references to IntLessThan
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Operators.cs (1)
2127case BinaryOperatorKind.IntLessThan:
Compilation\BuiltInOperators.cs (1)
541(int)BinaryOperatorKind.IntLessThan,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
496case BinaryOperatorKind.IntLessThan: 501var newOp = operatorKind == BinaryOperatorKind.IntLessThan ?
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
668operatorKind: BinaryOperatorKind.IntLessThan, 964operatorKind: BinaryOperatorKind.IntLessThan,
Lowering\SyntheticBoundNodeFactory.cs (1)
690return Binary(BinaryOperatorKind.IntLessThan, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean), left, right);