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