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