| 1962 | |
| 1963 | |
| 1964 | MediumLevelILInstruction MediumLevelILInstruction::GetSourceExpr() const |
| 1965 | { |
| 1966 | size_t operandIndex; |
| 1967 | if (GetOperandIndexForUsage(SourceExprMediumLevelOperandUsage, operandIndex)) |
| 1968 | return GetRawOperandAsExpr(operandIndex); |
| 1969 | throw MediumLevelILInstructionAccessException(); |
| 1970 | } |
| 1971 | |
| 1972 | |
| 1973 | Variable MediumLevelILInstruction::GetSourceVariable() const |
no test coverage detected