2 references to GetExtractInterfaceCodeActionAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
105
var actions = await ExtractInterfaceService.
GetExtractInterfaceCodeActionAsync
(
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\ExtractInterfaceCodeRefactoringProvider.cs (1)
31
var actions = await service.
GetExtractInterfaceCodeActionAsync
(document, textSpan, context.Options, cancellationToken).ConfigureAwait(false);