Home
last modified time | relevance | path

Searched refs:EmitLessThan (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInstructionList.cs751 public void EmitLessThan(Type type, bool liftedToNull) in EmitLessThan() method in System.Linq.Expressions.Interpreter.InstructionList
H A DLightCompiler.cs1007 … case ExpressionType.LessThan: _instructions.EmitLessThan(left.Type, node.IsLiftedToNull); break; in CompileComparison()