public ShortLocalVariableInstructionWithMonoCecilCil(OpCode opCode, byte ordinal)
 {
     this.opCode     = opCode;
     instructionType = instructionTypes[opCode];
     this.ordinal    = ordinal;
 }
 public ShortLocalVariableInstructionWithReflectionEmit(OpCode opCode, byte ordinal)
 {
     this.opCode     = opCode;
     instructionType = instructionTypes[opCode];
     this.ordinal    = ordinal;
 }