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