1 write to _codeRefactoringService
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSourceProvider.cs (1)
74_codeRefactoringService = codeRefactoringService;
4 references to _codeRefactoringService
Microsoft.CodeAnalysis.EditorFeatures (4)
Suggestions\SuggestedActionsSource.cs (2)
264state.Target.Owner._codeRefactoringService != null && 267if (await state.Target.Owner._codeRefactoringService.HasRefactoringsAsync(
Suggestions\SuggestedActionsSource_Async.cs (2)
255owner._codeRefactoringService == null || 271workspace, owner._codeRefactoringService, document, selection.Value, priorityProvider.Priority,