示例#1
0
 private void Ldloc_S(ILInstruction instruction, VCLRExecContext vCLRExecContext)
 {
     vCLRExecContext.Ldloc(Convert.ToInt32(instruction.Operand));
 }
示例#2
0
 private void Ldloc_0(ILInstruction instruction, VCLRExecContext vCLRExecContext)
 {
     vCLRExecContext.Ldloc(0);
 }