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