1 implementation of IExtractMethodService
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\AbstractExtractMethodService.cs (1)
16
TExpressionSyntax> :
IExtractMethodService
1 reference to IExtractMethodService
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodService.cs (1)
15
=> document.GetRequiredLanguageService<
IExtractMethodService
>().ExtractMethodAsync(document, textSpan, localFunction, options, cancellationToken);