2 references to GetExtractMethodGenerationOptionsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
142
var options = await document.
GetExtractMethodGenerationOptionsAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (1)
47
var extractOptions = await document.
GetExtractMethodGenerationOptionsAsync
(cancellationToken).ConfigureAwait(false);