1 implementation of HasRefactoringsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\CodeRefactoringService.cs (1)
92
public async Task<bool>
HasRefactoringsAsync
(
2 references to HasRefactoringsAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSource.cs (1)
476
if (await state.Target.Owner._codeRefactoringService.
HasRefactoringsAsync
(
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
476
if (await state.Target.Owner._codeRefactoringService.
HasRefactoringsAsync
(