1 implementation of IExtractMethodService
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\AbstractExtractMethodService.cs (1)
21
TExpressionSyntax> :
IExtractMethodService
3 references to IExtractMethodService
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpExtractMethodService.cs (2)
14
[Export(typeof(
IExtractMethodService
)), Shared]
15
[ExportLanguageService(typeof(
IExtractMethodService
), LanguageNames.CSharp)]
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodService.cs (1)
15
=> document.GetRequiredLanguageService<
IExtractMethodService
>().ExtractMethodAsync(document, textSpan, localFunction, options, cancellationToken);