Example #1
0
 private void Stloc(ILInstruction instruction, VCLRExecContext vCLRExecContext)
 {
     vCLRExecContext.Stloc(Convert.ToInt32(instruction.Operand));
 }
Example #2
0
 private void Stloc_0(ILInstruction instruction, VCLRExecContext vCLRExecContext)
 {
     vCLRExecContext.Stloc(0);
 }