Nullable<Debt> CostToReachRating( Debt debt, ICodeElement codeElement, DebtRating ratingToReach )
Parameters
- debt
- The estimated debt to fix all issues on codeElement
- codeElement
- The code element on which we infer the rating from the debt
- ratingToReach
- The rating to reach for codeElement