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