4 references to CodeRefactoringKind
Microsoft.CodeAnalysis.Workspaces (4)
CodeRefactorings\CodeRefactoringKind.cs (1)
8/// Most refactorings will have the <see cref="CodeRefactoringKind.Refactoring"/> kind. This allows us to draw
CodeRefactorings\CodeRefactoringProvider.cs (3)
34/// Gets the <see cref="CodeRefactoringKind"/> indicating what kind of refactoring it is. 36internal virtual CodeRefactoringKind Kind => CodeRefactoringKind.Refactoring;