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