2 references to Refactoring
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\CodeRefactoringKind.cs (1)
8
/// Most refactorings will have the <see cref="CodeRefactoringKind.
Refactoring
"/> kind. This allows us to draw
CodeRefactorings\CodeRefactoringProvider.cs (1)
36
internal virtual CodeRefactoringKind Kind => CodeRefactoringKind.
Refactoring
;