1 reference to ExtractMethodAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (1)
75
var methodAction = await
ExtractMethodAsync
(document, textSpan, extractOptions, cleanupOptions, cancellationToken).ConfigureAwait(false);