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