1 implementation of IExtractInterfaceOptionsService
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
18
IOmniSharpExtractInterfaceOptionsService omniSharpExtractInterfaceOptionsService) :
IExtractInterfaceOptionsService
4 references to IExtractInterfaceOptionsService
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
14
[ExportWorkspaceService(typeof(
IExtractInterfaceOptionsService
)), Shared]
Microsoft.CodeAnalysis.Features (3)
ExtractInterface\AbstractExtractInterfaceService.cs (3)
267
var
service = document.Project.Solution.Services.GetRequiredService<
IExtractInterfaceOptionsService
>();
278
=> document.Project.Solution.Services.GetService<
IExtractInterfaceOptionsService
>() is not null;