Home
last modified time | relevance | path

Searched refs:QuoteInstruction (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 DTypeOperations.cs460 internal sealed class QuoteInstruction : Instruction class
465 …public QuoteInstruction(Expression operand, Dictionary<ParameterExpression, LocalVariable> hoisted… in QuoteInstruction() method in System.Linq.Expressions.Interpreter.QuoteInstruction
H A DLightCompiler.cs2791 … _instructions.Emit(new QuoteInstruction(unary.Operand, mapping.Count > 0 ? mapping : null)); in CompileQuoteUnaryExpression()