4 references to IntGreaterThan
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
2107case BinaryOperatorKind.IntGreaterThan:
Compilation\BuiltInOperators.cs (1)
520(int)BinaryOperatorKind.IntGreaterThan,
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
479case BinaryOperatorKind.IntGreaterThan: 484var newOp = operatorKind == BinaryOperatorKind.IntGreaterThan ?