4 implementations of IExtractInterfaceOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\TestExtractInterfaceOptions.cs (1)
19internal sealed class TestExtractInterfaceOptionsService() : IExtractInterfaceOptionsService
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
18IOmniSharpExtractInterfaceOptionsService omniSharpExtractInterfaceOptionsService) : IExtractInterfaceOptionsService
Microsoft.CodeAnalysis.LanguageServer (1)
Services\LspExtractInterfaceOptionsService.cs (1)
15internal sealed class LspExtractInterfaceOptionsService() : IExtractInterfaceOptionsService
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
31IUIThreadOperationExecutor uiThreadOperationExecutor) : IExtractInterfaceOptionsService
7 references to IExtractInterfaceOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
ExtractInterface\ExtractInterfaceTestState.cs (1)
72return (TestExtractInterfaceOptionsService)ExtractFromDocument.Project.Solution.Services.GetService<IExtractInterfaceOptionsService>();
ExtractInterface\TestExtractInterfaceOptions.cs (1)
16[ExportWorkspaceService(typeof(IExtractInterfaceOptionsService), ServiceLayer.Test), Shared, PartNotDiscoverable]
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
14[ExportWorkspaceService(typeof(IExtractInterfaceOptionsService)), Shared]
Microsoft.CodeAnalysis.Features (2)
ExtractInterface\AbstractExtractInterfaceService.cs (2)
267var service = document.Project.Solution.Services.GetRequiredService<IExtractInterfaceOptionsService>();
Microsoft.CodeAnalysis.LanguageServer (1)
Services\LspExtractInterfaceOptionsService.cs (1)
12[ExportWorkspaceService(typeof(IExtractInterfaceOptionsService)), Shared]
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
25[ExportWorkspaceService(typeof(IExtractInterfaceOptionsService), ServiceLayer.Host), Shared]