1 reference to GetCodeActionsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (1)
49
var actions = await
GetCodeActionsAsync
(document, textSpan, extractOptions, cancellationToken).ConfigureAwait(false);