Example #1
0
 public override ExpressionEmitter Prepare(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Prepare(operand.Index, decodeContext, false));
 }
Example #2
0
 public override Func <IExtractContext, string[]> Apply(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Apply(operand.Index, decodeContext, true));
 }
Example #3
0
 public override ExpressionEmitter Prepare(DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Prepare(3, decodeContext, false));
 }
Example #4
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(LdargConverterUtilities.Apply(3, decodeContext, false));
 }