| 778 | |
| 779 | |
| 780 | Variable MediumLevelILOperand::GetVariable() const |
| 781 | { |
| 782 | if (m_type != VariableMediumLevelOperand) |
| 783 | throw MediumLevelILInstructionAccessException(); |
| 784 | return m_instr.GetRawOperandAsVariable(m_operandIndex); |
| 785 | } |
| 786 | |
| 787 | |
| 788 | SSAVariable MediumLevelILOperand::GetSSAVariable() const |
nothing calls this directly
no test coverage detected