1 reference to GetActionsAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceParameter\AbstractIntroduceParameterCodeRefactoringProvider.cs (1)
96
var actions = await
GetActionsAsync
(document, expression, methodSymbol, containingMethod, cancellationToken).ConfigureAwait(false);