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