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