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