Ejemplo n.º 1
0
 private void Ldloc_S(ILInstruction instruction, VCLRExecContext vCLRExecContext)
 {
     vCLRExecContext.Ldloc(Convert.ToInt32(instruction.Operand));
 }
Ejemplo n.º 2
0
 private void Ldloc_0(ILInstruction instruction, VCLRExecContext vCLRExecContext)
 {
     vCLRExecContext.Ldloc(0);
 }