Пример #1
0
 /// <summary>
 /// Finds dependencies based on an operand.
 /// </summary>
 /// <param name="operand">Operand for instruction</param>
 /// <returns>Imported operand for target instruction.</returns>
 protected override IEnumerable <object> InvokeForOperand(MethodReference operand)
 {
     Contract.Requires(operand != null);
     return(operand.GetDependencies());
 }