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)
261
state.Target.Owner.
_codeRefactoringService
!= null &&
264
if (await state.Target.Owner.
_codeRefactoringService
.HasRefactoringsAsync(
Suggestions\SuggestedActionsSource_Async.cs (2)
248
owner.
_codeRefactoringService
== null ||
264
owner.
_codeRefactoringService
, document, selection.Value, priority,