JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Inline Method refactoring

Last modified: 30 September 2021

Refactor | Inline | Inline...

N/A

This refactoring helps you replace usages of a static, instance, and extension method with its body, and optionally remove the original method declaration.

You can also apply this refactoring to a property with a backing field. In this case, read usages are replaced with the getter body and write usages are replaced with the setter body.

In the example below, we use this refactoring to inline the LogError method:

JetBrains Rider: Inline Method dialog