1 reference to EmitGreaterThanOrEqual
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1010
case ExpressionType.GreaterThanOrEqual: _instructions.
EmitGreaterThanOrEqual
(left.Type, node.IsLiftedToNull); break;