1 write to _codeRefactoringService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\CodeActionsHandler.cs (1)
47_codeRefactoringService = codeRefactoringService;
1 reference to _codeRefactoringService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\CodeActionsHandler.cs (1)
61request, document, options, _codeFixService, _codeRefactoringService, cancellationToken).ConfigureAwait(false);