2 references to CodeRefactoring
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\CodeRefactoringService.cs (1)
281
return new
CodeRefactoring
(provider, actions.ToImmutable(), fixAllProviderInfo);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
477
: new
CodeRefactoring
(refactoring.Provider, actions, refactoring.FixAllProviderInfo);