| 743 | |
| 744 | |
| 745 | ConstantData MediumLevelILOperand::GetConstantData() const |
| 746 | { |
| 747 | if (m_type != ConstantDataMediumLevelOperand) |
| 748 | throw MediumLevelILInstructionAccessException(); |
| 749 | return m_instr.GetRawOperandAsConstantData(m_operandIndex); |
| 750 | } |
| 751 | |
| 752 | |
| 753 | size_t MediumLevelILOperand::GetIndex() const |
nothing calls this directly
no test coverage detected