CodeRush Classic used to have two "Widen scope" refactorings: one that worked locally within the given method and another that moved a local inside a method out to a field inside the class.
The former is part of CRR, but I cannot seem to get the later to work.
Is this refactoring not yet available with CRR (knowing that CRR is still relatively young compared to Classic), or is it perhaps broken in the current build?
Removing the local declaration and using "Declare Field" works, but that leaves the assignment where it is…actually, so does Classic "Widen scope (promote to field)", which I was fairly sure that it would also move the assignment with it (if there were no other local dependencies).