1 implementation of ILegacyWorkspaceOptionService
Microsoft.CodeAnalysis.Workspaces (1)
Options\LegacyWorkspaceOptionService.cs (1)
24
internal 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;