This dialogless refactoring converts an extension method to a static method in the same class.
The reverse functionality is available with the
To convert an extension method to a static method
- Position the caret at the name of an extension method, or select it in File Structure.
- Choose ReSharper | Refactor | Convert | Extension Method to Plain Static.
- The refactoring will be carried out without requiring you to specify any further options.
For a sample of modifications in method signature and calls caused by using the refactoring, see
