5 references to IntLessThanOrEqual
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (1)
2154
case BinaryOperatorKind.
IntLessThanOrEqual
:
Compilation\BuiltInOperators.cs (1)
583
(int)BinaryOperatorKind.
IntLessThanOrEqual
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
482
case BinaryOperatorKind.
IntLessThanOrEqual
:
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
1168
operatorKind: BinaryOperatorKind.
IntLessThanOrEqual
,
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
91
_increasing ? BinaryOperatorKind.IntGreaterThanOrEqual : BinaryOperatorKind.
IntLessThanOrEqual
,