| 998 | |
| 999 | |
| 1000 | SSAVariable MediumLevelILInstructionBase::GetRawOperandAsSSAVariable(size_t operand) const |
| 1001 | { |
| 1002 | return SSAVariable(Variable::FromIdentifier(operands[operand]), (size_t)operands[operand + 1]); |
| 1003 | } |
| 1004 | |
| 1005 | |
| 1006 | SSAVariable MediumLevelILInstructionBase::GetRawOperandAsPartialSSAVariableSource(size_t operand) const |
no test coverage detected