There are 2 Inline Method refactorings introduced in CodeRush 11.1.
The first refactoring: “Inline Method”, will simply copy the selected method’s code into each of it’s call sites as if prior to having been extracted from there.
The second refactoring “Inline Method (And Delete)” will also remove the method in question.
![InlineMethodAndDelete_thumb[1] InlineMethodAndDelete_thumb[1]](http://community.devexpress.com/blogs/rorybecker/InlineMethodAndDelete_thumb1_thumb_5FCFDA30.gif)