10 references to ILegacyGlobalOptionService
Microsoft.CodeAnalysis.Workspaces (9)
Options\ILegacyWorkspaceOptionService.cs (1)
17ILegacyGlobalOptionService LegacyGlobalOptions { get; }
Options\LegacyWorkspaceOptionService.cs (4)
16[Export(typeof(ILegacyGlobalOptionService)), Shared] 19internal sealed class LegacyGlobalOptionService(IGlobalOptionService globalOptionService) : ILegacyGlobalOptionService 24internal sealed class WorkspaceService(ILegacyGlobalOptionService legacyGlobalOptions) : ILegacyWorkspaceOptionService 26public ILegacyGlobalOptionService LegacyGlobalOptions { get; } = legacyGlobalOptions;
Options\SolutionOptionSet.cs (3)
19private readonly ILegacyGlobalOptionService _legacyGlobalOptions; 32ILegacyGlobalOptionService globalOptions, 41internal SolutionOptionSet(ILegacyGlobalOptionService globalOptions)
Workspace\Workspace.cs (1)
37private readonly ILegacyGlobalOptionService _legacyOptions;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
5387var optionService = workspace.Services.GetRequiredService<ILegacyWorkspaceOptionService>().LegacyGlobalOptions;