public Instruction BoxIfIndexMatches(int index) { return((index == _index) ? InstructionList.StoreLocalBoxed(index) : null); }