24 references to GreaterThan
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
367case BinaryOperatorKind.GreaterThan: return ExpressionType.GreaterThan;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
386ExpressionType.GreaterThan => SpecialNames.CLR_GT,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1034case ExpressionType.GreaterThan:
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1200Return ExpressionType.GreaterThan
System.Linq.Expressions (20)
System\Dynamic\BinaryOperationBinder.cs (1)
88case ExpressionType.GreaterThan:
System\Linq\Expressions\BinaryExpression.cs (5)
918ExpressionType.GreaterThan => GreaterThan(left, right, liftToNull, method), 1097/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.GreaterThan"/> 1111/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.GreaterThan"/> 1120return GetComparisonOperator(ExpressionType.GreaterThan, "op_GreaterThan", left, right, liftToNull); 1122return GetMethodBasedBinaryOperator(ExpressionType.GreaterThan, left, right, method, liftToNull);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (3)
112|| b.NodeType == ExpressionType.GreaterThan 222case ExpressionType.GreaterThan: 327case ExpressionType.GreaterThan:
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
1121case ExpressionType.GreaterThan: 1188|| nodeType == ExpressionType.GreaterThan
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
41case ExpressionType.GreaterThan:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
41case ExpressionType.GreaterThan:
System\Linq\Expressions\DebugViewWriter.cs (2)
315case ExpressionType.GreaterThan: op = ">"; break; 685case ExpressionType.GreaterThan:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
175case ExpressionType.GreaterThan:
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
866case ExpressionType.GreaterThan: 941case ExpressionType.GreaterThan: 1009case ExpressionType.GreaterThan: _instructions.EmitGreaterThan(left.Type, node.IsLiftedToNull); break; 3037case ExpressionType.GreaterThan: