1 reference to GetExtractInterfaceCodeActionAsync
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\ExtractInterfaceCodeRefactoringProvider.cs (1)
32var actions = await service.GetExtractInterfaceCodeActionAsync(document, textSpan, cancellationToken).ConfigureAwait(false);