What method does VS use to manipulate the cs file when refactoring. I.e if you extract a method.
I am 100% sure (I hope) it is not T4, It could be EnvDTE or CodeDom but could not find out which one and was hoping someone knew. Thanks
What method does VS use to manipulate the cs file when refactoring. I.e if you extract a method.
I am 100% sure (I hope) it is not T4, It could be EnvDTE or CodeDom but could not find out which one and was hoping someone knew. Thanks
Simple refactoring is done with snippets: C:\Program Files\Microsoft Visual Studio 9.0\VC#\Snippets\1033\Refactoring