Microsoft.CodeAnalysis.CodeRefactorings Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
CodeRefactoringProvider |
Inherit this type to provide source code refactorings. Remember to use ExportCodeRefactoringProviderAttribute so the host environment can offer your refactorings in a UI. |
ExportCodeRefactoringProviderAttribute |
Use this attribute to declare a CodeRefactoringProvider implementation so that it can be discovered by the host. |
Structs
CodeRefactoringContext |
Context for code refactorings provided by a CodeRefactoringProvider. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.