3 references to ILegacyWorkspaceOptionService
Microsoft.CodeAnalysis.Workspaces (3)
Options\LegacyWorkspaceOptionService.cs (2)
21[ExportWorkspaceService(typeof(ILegacyWorkspaceOptionService)), Shared] 24internal sealed class WorkspaceService(ILegacyGlobalOptionService legacyGlobalOptions) : ILegacyWorkspaceOptionService
Workspace\Workspace.cs (1)
73_legacyOptions = Services.GetRequiredService<ILegacyWorkspaceOptionService>().LegacyGlobalOptions;