Microsoft.CodeAnalysis.CodeRefactorings Namespace

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.