1 reference to GetExtractMethodGenerationOptionsAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (1)
47
var extractOptions = await document.
GetExtractMethodGenerationOptionsAsync
(cancellationToken).ConfigureAwait(false);