I have two c# files in a solution, one has a class, and the other consumes the class.
In Visual Studio I can easily rename an identifier pressing F2 and renaming it. It is very practical.
What I am trying to achieve is the same but in a large soluction where there are many classes.
Is there a way of doing this programatically using Roslyn or some other method?
Can anyone point me a direction?
(Is this the correct place to ask these kinds of questions?)