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)
264
state.Target.Owner.
_codeRefactoringService
!= null &&
267
if (await state.Target.Owner.
_codeRefactoringService
.HasRefactoringsAsync(
Suggestions\SuggestedActionsSource_Async.cs (2)
255
owner.
_codeRefactoringService
== null ||
271
workspace, owner.
_codeRefactoringService
, document, selection.Value, priorityProvider.Priority,